# 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 = "serde_flat_regex" version = "0.1.2" authors = ["Felix K."] description = "a marcro for flattening regex matching keys during serde deserialization" documentation = "https://docs.rs/serde_flat_regex/" readme = "README.md" keywords = [ "serde", "regex", "flattening", "utilities", "deserialization", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/sharkspear94/serde_flat_regex" [lib] proc-macro = true [dependencies.darling] version = "0.14" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.6" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.bson] version = "2.4" [dev-dependencies.regex] version = "1.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0.77"