# 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 = "fast-rpc" version = "0.3.0" authors = ["Kelly McLaughlin "] description = "streaming JSON RPC over TCP\n" readme = "./README.md" keywords = ["protocol", "joyent"] license = "MPL-2.0" repository = "https://github.com/joyent/rust-fast" [dependencies.byteorder] version = "1.2.6" [dependencies.bytes] version = "0.4.12" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.crc16] version = "0.4.0" [dependencies.num] version = "0.2" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.quickcheck] version = "0.8.0" [dependencies.rand] version = "0.6.4" [dependencies.serde] version = "1.0.84" [dependencies.serde_derive] version = "1.0.84" [dependencies.serde_json] version = "1.0.36" [dependencies.slog] version = "2.4.1" [dependencies.slog-stdlog] version = "3" [dependencies.tokio] version = "0.1.14" [dependencies.tokio-codec] version = "0.1.1" [dependencies.tokio-io] version = "0.1.11" [dependencies.tokio-uds] version = "0.2.5" [dev-dependencies.clap] version = "2.32" [dev-dependencies.slog-term] version = "2.4.0"