# 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 = "strflags" version = "0.3.1" description = """ A string-enum and string-flags with fixed variants that can also accept arbitrary data. """ readme = "README.md" keywords = [ "string", "set", "enum", "flags", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/strflags" [dependencies.convert_case] version = "0.6" [dependencies.ecow] version = "0.1" features = ["serde"] [dependencies.identconv] version = "0.2" [dependencies.levenshtein] version = "1" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.serde] version = "1" optional = true [dependencies.smallvec] version = "1.11" features = [ "serde", "const_new", ] [dev-dependencies.serde] version = "1" [features] debug = [ "levenshtein", "log", ]