# 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 = "type-utilities-rs" version = "0.1.0" authors = ["skanehira"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Type utilities in Rust." readme = "README.md" license = "MIT" [lib] name = "type_utilities_rs" path = "src/lib.rs" proc-macro = true [[test]] name = "omit" path = "tests/omit.rs" [[test]] name = "partial" path = "tests/partial.rs" [[test]] name = "pick" path = "tests/pick.rs" [[test]] name = "required" path = "tests/required.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.quote] version = "1.0.36" default-features = false [dependencies.syn] version = "2.0.72" features = [ "proc-macro", "clone-impls", "full", "printing", "parsing", ] default-features = false