# 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 = "sonic" version = "0.6.1" authors = ["Ernest Romero "] build = "build.rs" include = ["src/**/*.rs*", "cli/**/*.rs*", "Cargo.toml", "build.rs"] description = "client library for Sonicd, a data streaming gateway" homepage = "http://sonic.unstable.build" documentation = "http://sonic.unstable.build/rustdoc" license-file = "LICENSE" repository = "https://github.com/xarxa6/sonic-rs" [lib] name = "sonic" path = "src/lib.rs" [[bin]] name = "sonic" path = "cli/src/main.rs" [dependencies.ansi_term] version = "0.7" [dependencies.byteorder] version = "0.5.3" [dependencies.docopt] version = "0.6.81" [dependencies.env_logger] version = "0.3.3" [dependencies.error-chain] version = "0.5.0" [dependencies.lazy_static] version = "0.1.16" [dependencies.log] version = "0.3.6" [dependencies.nix] version = "0.6.0" features = ["signalfd"] [dependencies.pbr] version = "1.0.0" [dependencies.regex] version = "0.1.71" [dependencies.rpassword] version = "0.2.3" [dependencies.rustc-serialize] version = "0.3.19" [dependencies.serde] version = "0.8.1" [dependencies.serde_json] version = "0.8.1" [dependencies.serde_macros] version = "0.8.1" optional = true [dependencies.ws] version = "0.5.0" optional = true [build-dependencies.serde_codegen] version = "0.8.2" optional = true [build-dependencies.syntex] version = "0.41.0" [features] default = ["serde_codegen"] nightly = ["serde_macros"]