# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "nitox" version = "0.1.9" authors = ["Mathieu Amiot "] include = ["**/*.rs", "Cargo.toml"] description = "Nitox is a `tokio`-based client for NATS." homepage = "https://github.com/YellowInnovation/nitox" documentation = "https://docs.rs/nitox" readme = "README.md" keywords = ["nats", "async", "tokio"] categories = ["network-programming", "web-programming", "database"] license = "MIT/Apache-2.0" repository = "https://github.com/YellowInnovation/nitox" [[bench]] name = "nitox_parser_benchmark" harness = false [dependencies.bytes] version = "0.4" [dependencies.derive_builder] version = "0.7" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.log] version = "0.4" [dependencies.native-tls] version = "0.2" [dependencies.parking_lot] version = "0.6" [dependencies.rand] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.tokio-codec] version = "0.1" [dependencies.tokio-executor] version = "0.1" [dependencies.tokio-tcp] version = "0.1" [dependencies.tokio-tls] version = "0.2" [dependencies.url] version = "1.7" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.tokio] version = "0.1"