# 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] edition = "2018" name = "nats_test_server" version = "0.3.0" authors = ["Tyler Neely "] description = "An intentionally buggy NATS server that facilitates fault injection for testing error paths in NATS-based libraries" license = "Apache-2.0" [dependencies.env_logger] version = "0.8.1" [dependencies.log] version = "0.4.11" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.117" [dependencies.serde_derive] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dev-dependencies]