# 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 = "boringascii" version = "1.0.0" authors = ["Ben Weinstein-Raun "] description = "Strings that can only be constructed to contain non-whitespace, non-control ASCII characters." license = "Apache-2.0 OR CC0-1.0" repository = "https://github.com/benwr/spartacus" [dependencies.borsh] version = "1.0.0-alpha.4" features = ["derive"] [dependencies.zeroize] version = "1" features = ["zeroize_derive"]