# 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 = "transduce" version = "0.4.4" authors = ["Will Sturgeon "] build = "build.rs" description = "Zero-copy isomorphic parsing: your code should look like what it parses." readme = "README.md" keywords = [ "parsing", "parser", "no_std", ] categories = [ "parsing", "no-std", "no-std::no-alloc", "encoding", "compilers", ] license = "MPL-2.0" repository = "https://github.com/wrsturgeon/transduce" [dependencies] [dev-dependencies.proptest] version = ">=1.2.0" [features] alloc = [] default = ["alloc"]