# 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" rust-version = "1.58.0" name = "serde-attributes" version = "0.2.1" authors = ["vkill "] description = "Serde Attributes" homepage = "https://github.com/bk-rs/serde-ext" documentation = "https://docs.rs/serde-attributes" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/serde-ext" resolver = "1" [package.metadata.docs.rs] features = [ "std", "all-attrs", "with-syn", "with-darling", ] [package.metadata.cargo-all-features] skip_feature_sets = [ [ "attr-alias", "attr-rename", ], [ "attr-alias", "attr-rename-all", ], [ "attr-alias", "attr-rename", "attr-rename-all", ], [ "attr-rename", "attr-rename-all", ], [ "with-syn", "with-darling", ], ] denylist = [ "all-attrs", "_integration_tests", ] skip_optional_dependencies = true [dependencies.darling_core] version = "0.14" optional = true default-features = false [dependencies.serde-rename-rule] version = "0.2" optional = true default-features = false [dependencies.syn] version = "1" features = [ "derive", "parsing", ] optional = true default-features = false [dev-dependencies.darling] version = "0.14" default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [features] _integration_tests = [ "all-attrs", "with-syn", "with-darling", ] all-attrs = [ "attr-alias", "attr-rename", "attr-rename-all", ] attr-alias = [] attr-rename = [] attr-rename-all = [ "attr-rename", "serde-rename-rule", ] default = [ "std", "all-attrs", "with-syn", ] std = ["serde-rename-rule/std"] with-darling = [ "with-syn", "darling_core", ] with-syn = ["syn"]