# 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.59.0" name = "estring" version = "0.3.0" authors = ["Dmitriy Pleshevskiy "] description = "A simple way to parse a string using type annotations" readme = "README.md" keywords = [ "parsing", "type", "annotations", "customizable", ] categories = [ "data-structures", "parsing", ] license = "MIT" repository = "https://github.com/pleshevskiy/estring" resolver = "2" [package.metadata.docs.rs] all-features = true [[example]] name = "calc" required-features = [ "structs", "aggs", ] [[example]] name = "dotenv" required-features = [ "structs", "low-level", ] [dependencies] [features] aggs = [] low-level = [] structs = [] [badges.maintenance] status = "actively-developed"