# 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 = "lang" version = "0.1.32" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lang" homepage = "https://github.com/i18n-site/rust/tree/main/lang" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "lang" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.bincode] version = "2.0.0-rc.3" optional = true [dependencies.int-enum] version = "1.1.2" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dev-dependencies.aok] version = "0.1.15" [features] bincode = ["dep:bincode"] default = []