# 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 = "nsq-client" version = "0.1.12" authors = ["Alessandro Cresto Miseroglio "] exclude = [".gitignore", ".travis.yml", ".cargo/config", ".appveyor.yml", "tests/*", "examples/consumer/*"] description = "Rust client for the NSQ realtime message processing system\n" readme = "README.md" keywords = ["nsq", "queue", "actix", "async", "actor"] categories = ["caching", "asynchronous"] license = "MIT" repository = "https://github.com/alex179ohm/nsq-client-rs" [dependencies.actix] version = "^0.7" [dependencies.backoff] version = "0.1" [dependencies.byteorder] version = "1.0.0" [dependencies.bytes] version = "^0.4" [dependencies.fnv] version = "1.0.6" [dependencies.futures] version = "^0.1" [dependencies.hostname] version = "^0.1" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tokio-codec] version = "^0.1" [dependencies.tokio-core] version = "^0.1" [dependencies.tokio-io] version = "^0.1" [dependencies.tokio-tcp] version = "^0.1" [badges.appveyor] repository = "alex179ohm/nsq-client-rs" [badges.travis-ci] repository = "alex179ohm/nsq-client-rs"