# 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 = "trove-classifiers" version = "0.70.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Python packaging classifiers as an Enum." readme = "README.md" keywords = [ "python", "pypi", "pypa", "PEP301", "categories", ] license = "BSD-3-Clause" repository = "https://github.com/ucodery/trove-classifiers" [lib] name = "trove_classifiers" path = "src/lib.rs" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.strum_macros] version = "0.24.3"