# 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.70" name = "parsenic" version = "0.2.1" build = false include = [ "/README.md", "/src/", "/LICENSE_APACHE", "/LICENSE_BOOST", "/LICENSE_MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple no-std/no-alloc I/O and parsing crate" homepage = "https://github.com/ardaku/parsenic/blob/v0/CHANGELOG.md" documentation = "https://docs.rs/parsenic" readme = "README.md" keywords = [ "parsing", "encoding", "decoding", "format", "io", ] categories = [ "no-std", "no-std::no-alloc", "rust-patterns", "parsing", "filesystem", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/ardaku/parsenic" [package.metadata.docs.rs] all-features = true [lib] name = "parsenic" path = "src/lib.rs" [dependencies.traitful] version = "0.3.0" [features] unstable-error = [] unstable-io = []