commit
6c54873ca2
34 changed files with 5502 additions and 0 deletions
27
Cargo.toml
Normal file
27
Cargo.toml
Normal file
|
@ -0,0 +1,27 @@
|
|||
[package]
|
||||
name = "owl"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4.38", features = ["serde"] }
|
||||
log = "0.4.20"
|
||||
serde = { version = "1.0.195", features = ["derive"] }
|
||||
serde_json = "1.0.111"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||
sha2 = "0.10.8"
|
||||
sqlx = { version = "0.8", features = ["postgres", "runtime-tokio-native-tls", "derive", "uuid", "chrono", "json"] }
|
||||
geozero = "0.14.0"
|
||||
ulid = { version = "1.2.1", features = ["serde"] }
|
||||
owl_macro = { path = "./owl_macro" }
|
||||
vfs = "0.12.1"
|
||||
dashmap = "6.1.0"
|
||||
rayon = "1.10.0"
|
||||
argh = "0.1.13"
|
||||
rmp-serde = "1.3.0"
|
||||
rmpv = { version = "1.3.0", features = ["serde", "with-serde"] }
|
||||
env_logger = "0.11.8"
|
||||
parking_lot = { version = "0.12.3", features = ["send_guard"] }
|
||||
crossbeam = { version = "0.8.4", features = ["crossbeam-channel"] }
|
||||
once_cell = "1.21.3"
|
Loading…
Add table
Add a link
Reference in a new issue