# 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 = "untrustended" version = "0.4.1" authors = ["Ossi Herrala "] description = "Untrustended - Untrusted Extended. A compilation of primitives for parsing values from untrusted input." homepage = "https://github.com/oherrala/untrustended#readme" documentation = "https://docs.rs/untrustended/" readme = "README.md" keywords = [ "untrusted", "input", "parsing", "primitives", ] categories = [ "parsing", "parser-implementations", "no-std", ] license = "ISC" repository = "https://github.com/oherrala/untrustended" [[bench]] name = "bench" harness = false [dependencies.untrusted] version = "0.9" [dev-dependencies.byteorder] version = "1" features = ["std"] [dev-dependencies.criterion] version = "0.5" [dev-dependencies.quickcheck] version = "1" default-features = false [features] default = ["use_std"] use_std = []