[package] name = "jedi" authors = ["kbve", "h0lybyte"] version = "0.1.14" edition = "2021" license = "MIT" description = "Jedi is the Juggernaut Electronic Data Interchange package. This library provides a data exchange layer extended through the holy crate." homepage = "https://kbve.com/application/rust/#jedi" repository = "https://github.com/KBVE/kbve/tree/main/packages/jedi" readme = "README.md" rust-version = "1.78" [dependencies] async-trait = "0.1.77" dashmap = { version = "5.5.3", features = ["serde"] } crossbeam = "0.8.4" ammonia = "3.3.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" regex = "1.10.3" once_cell = "1.19.0" thiserror = "1.0.56" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] } tokio = { version = "1", features = ["full"] } tracing = "0.1" tracing-subscriber = "0.3" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html