# 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 = "variant-map" version = "0.1.1" description = "defines maps to store variants of enums" readme = "README.md" keywords = [ "struct", "enum", "variant", "map", "store", ] categories = ["data-structures"] license = "MIT" repository = "https://github.com/mxyns/variant-map" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.serde] version = "1.0.183" features = ["derive"] [dependencies.variant-map-derive] version = "0.1.0" optional = true default-features = false [dev-dependencies.serde_json] version = "1.0.104" [features] derive = ["dep:variant-map-derive"] macros = [] struct-map = ["derive"]