# 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 = "tokio-futures-byteorder" version = "0.2.0" authors = ["Jon Gjengset "] description = "Asynchronous library for reading/writing numbers in big-endian and little-endian." readme = "README.md" keywords = ["byte", "endian", "big-endian", "little-endian", "tokio"] categories = ["encoding", "parsing", "asynchronous"] license = "Unlicense OR MIT" repository = "https://github.com/samdenty/tokio-byteorder" [dependencies.byteorder] version = "1.3.2" [dependencies.futures-io] version = "0.3.4" optional = true [dependencies.tokio] version = "0.2" features = ["io-util"] optional = true [dev-dependencies.futures-executor] version = "0.3.4" [dev-dependencies.tokio] version = "0.2" features = ["full", "macros"] [features] default = ["tokio"] futures = ["futures-io"] [badges.azure-devops] build = "12" pipeline = "tokio-byteorder" project = "jonhoo/jonhoo" [badges.codecov] branch = "master" repository = "jonhoo/tokio-byteorder" service = "github"