# 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 = "structx" version = "0.1.11" authors = ["oooutlk "] description = "Simulating anonymous struct and named arguments in Rust." documentation = "https://docs.rs/structx" readme = "README.md" keywords = [ "struct", "anonymous", "named", "arguments", "structural", ] categories = ["rust-patterns"] license = "MIT/Apache-2.0" repository = "https://github.com/oooutlk/structx" [dependencies.lens-rs] version = "0.3" features = ["structx"] optional = true [dependencies.structx_derive] version = "0.1.4" [build-dependencies.inwelling] version = "0.5" [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.syn] version = "2.0" features = [ "extra-traits", "full", "parsing", "visit", "visit-mut", ]