# 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.56.1" name = "bitcoin-io" version = "0.1.3" authors = ["Matt Corallo "] exclude = [ "tests", "contrib", ] description = "Simple I/O traits for no-std (and std) environments" documentation = "https://docs.rs/bitcoin-io/" readme = "README.md" keywords = [ "io", "no-std", ] categories = ["no-std"] license = "CC0-1.0" repository = "https://github.com/rust-bitcoin/rust-bitcoin" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [features] alloc = [] default = ["std"] std = ["alloc"] [lints.rust.unexpected_cfgs] level = "deny" priority = 0