# 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 = "rc-u8-reader" version = "2.0.16" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A tiny implement for reading `u8` data from a reference counted instance." homepage = "https://magiclen.org/rc-u8-reader" readme = "README.md" keywords = [ "rc", "arc", "in-memory", "read", "u8", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/magiclen/rc-u8-reader" [dependencies.debug-helper] version = "0.3" [dependencies.tokio] version = "1" optional = true default-features = false