# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.78" name = "jedi" version = "0.1.14" authors = [ "kbve", "h0lybyte", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" readme = "README.md" license = "MIT" repository = "https://github.com/KBVE/kbve/tree/main/packages/jedi" [lib] name = "jedi" path = "src/lib.rs" [dependencies.ammonia] version = "3.3.0" [dependencies.async-trait] version = "0.1.77" [dependencies.crossbeam] version = "0.8.4" [dependencies.dashmap] version = "5.5.3" features = ["serde"] [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.56" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"