# 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 = "purp-value" version = "0.1.2" description = "A generic serialization/deserialization/type framework" documentation = "https://docs.rs/purp-value" readme = "readme.md" keywords = [ "value", "generic", "type", "serde", "purp", ] categories = [ "encoding", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/14bislab/purp-value" resolver = "1" [lib] doctest = false [dependencies.chrono] version = "0.4.24" [dependencies.pest] version = "2.5.7" [dependencies.pest_derive] version = "2.5.7" [dependencies.regex] version = "1.7.3" [dependencies.serde] version = "1.0.159" features = ["derive"] optional = true [features] default = ["parser"] json = [] parser = ["json"] serde = ["dep:serde"]