# 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 = "bytecodec" version = "0.4.15" authors = ["Takeru Ohta "] description = "A tiny framework for implementing encoders/decoders of byte-oriented protocols" homepage = "https://github.com/sile/bytecodec" readme = "README.md" categories = ["encoding"] license = "MIT" repository = "https://github.com/sile/bytecodec" [package.metadata.docs.rs] all-features = true [dependencies.bincode] version = "1" optional = true [dependencies.byteorder] version = "1" [dependencies.pin-project] version = "1" optional = true [dependencies.serde] version = "1" optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1.0" features = ["io-util"] optional = true [dependencies.trackable] version = "0.2" [features] bincode_codec = ["serde", "bincode"] json_codec = ["serde", "serde_json"] tokio-async = ["tokio", "pin-project"] [badges.coveralls] repository = "sile/bytecodec"