# 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 = "restructed" version = "0.2.1" authors = ["Nex "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Quickly derive subsets of your structs" readme = "readme.md" keywords = [ "view", "patch", "openapi", "derive", "restructed", ] categories = [ "rust-patterns", "data-structures", ] license = "Unlicense" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [package.metadata.workspaces] independent = true [lib] name = "restructed" path = "src/lib.rs" proc-macro = true [[test]] name = "clone" path = "tests/clone.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "patch" path = "tests/patch.rs" [[test]] name = "view" path = "tests/view.rs" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["parsing"] [dev-dependencies.poem-openapi] version = "4.0" features = [ "uuid", "chrono", ] [features] default = ["openapi"] openapi = []