# 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 = "servant-codec" version = "0.1.0" authors = ["automan.yang "] description = "servant-code是servant的网络层编码库,基于futures_codec库。" readme = "README.md" keywords = ["network", "codec"] categories = ["network-programming"] license = "MIT" repository = "https://github.com/automanyang/servant-codec" [dependencies.bincode] version = "^1.2.1" [dependencies.byteorder] version = "^1.3.2" [dependencies.bytes] version = "^0.5.3" [dependencies.futures_codec] version = "^0.3.4" [dependencies.ring] version = "^0.16" [dependencies.serde] version = "^1.0" features = ["derive"] [dev-dependencies.futures] version = "^0.3.1" [dev-dependencies.test-case] version = "1.0.0-alpha-1"