# 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" name = "diameter" version = "0.7.1" authors = ["Jason Lee"] description = "Rust Implementation of the Diameter Protocol." documentation = "https://docs.rs/diameter" readme = "README.md" keywords = [ "diameter", "network", ] license = "MIT" repository = "https://github.com/lwlee2608/diameter-rs" [[bench]] name = "diameter_bench" path = "benches/diameter_bench.rs" [dependencies.chrono] version = "0.4" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tokio-native-tls] version = "0.3" [dev-dependencies.env_logger] version = "0.9"