# 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] name = "iso639-1" version = "0.4.1" authors = ["Alban Minassian"] description = "iso639-1 enum and utils" homepage = "https://github.com/AlbanMinassian/iso639" documentation = "https://docs.rs/iso639-1" readme = "README.md" license = "MIT" repository = "https://github.com/AlbanMinassian/iso639" [[test]] name = "enum" path = "tests/0001_enum.rs" [[test]] name = "to_enum" path = "tests/0002_to_enum.rs" [[test]] name = "to_code" path = "tests/0003_to_code.rs" [[test]] name = "serde" path = "tests/0004_serde.rs" required-features = ["serde"] [[test]] name = "strum" path = "tests/0005_strum.rs" required-features = ["strum"] [dependencies.failure] version = "0.1.3" [dependencies.serde] version = "1" optional = true [dependencies.strum] version = "0.24" optional = true [dependencies.strum_macros] version = "0.24" optional = true [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] strum = [ "dep:strum", "dep:strum_macros", ]