# 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 = "backplane" version = "0.0.4" authors = ["nsmryan "] description = "Backplane provides tools for moving data between common interfaces" homepage = "https://github.com/nsmryan/backplane" keywords = ["networking", "tools", "cli"] license = "MIT" repository = "https://github.com/nsmryan/backplane" [lib] name = "backplane" path = "src/lib.rs" [[bin]] name = "backplane" path = "src/main.rs" [dependencies.bytes] version = "0.4" [dependencies.clap] version = "2.32.0" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0"