# 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 = "refined_type" version = "0.6.0" authors = ["tomoikey"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for imbuing rules into types and elevating them to more robust types" readme = "README.md" categories = [ "accessibility", "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/tomoikey/refined_type" [lib] name = "refined_type" path = "src/lib.rs" [[example]] name = "1" path = "examples/1.rs" [[test]] name = "read_me" path = "tests/read_me.rs" [[test]] name = "regex" path = "tests/regex.rs" [dependencies.paste] version = "1.0.15" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.serde_json] version = "1.0.133"