# 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 = "prae" version = "0.8.4" authors = ["Alex Ryapolov "] description = "A crate that aims to provide a better way to define types that require validation" documentation = "https://docs.rs/prae" readme = "../README.md" keywords = [ "validation", "macro", "invariant", "generation", ] categories = ["development-tools"] license = "Unlicense" repository = "https://github.com/teenjuna/prae" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1.0" optional = true [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = []