# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "binary-stream" version = "9.1.0" authors = [ "Mathias Danielsen ", "Muji ", ] description = "Binary stream reader and writer" readme = "README.md" keywords = [ "binary", "reader", "writer", ] license = "MIT" repository = "https://github.com/tmpfs/binary-stream" [dependencies.async-trait] version = "0.1" optional = true [dependencies.futures] version = "0.3" optional = true [dev-dependencies.anyhow] version = "1" [dev-dependencies.tempfile] version = "3.5" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "fs", ] default-features = false [dev-dependencies.tokio-util] version = "0.7" features = ["compat"] [build-dependencies.rustc_version] version = "0.4.0" [features] 64bit = [] async = [ "dep:futures", "dep:async-trait", ] default = ["tokio-compat-flush"] tokio-compat-flush = []