# 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" rust-version = "1.71" name = "bin-rs" version = "0.0.9" authors = ["mith-mmk <47620686+mith-mmk@users.noreply.github.com>"] description = "Binary Reader from multi source" readme = "README.md" keywords = [ "io", "binary", ] license = "MIT" repository = "https://github.com/mith-mmk/bin-rs" [dependencies.encoding_rs] version = "0.8" optional = true [dependencies.tokio] version = "1" features = [ "io-util", "macros", "rt", ] optional = true [features] async = ["tokio"] codec = ["encoding_rs"] default = [] stream = [] util = []