# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "languages-rs" version = "0.2.0" authors = ["Daniel Solarte "] include = ["src/**/*.rs", "README.md", "LICENSE"] description = "An internationalization library for your projects" documentation = "https://docs.rs/languages-rs" readme = "README.md" keywords = ["internationalization", "i18n", "localization", "languages", "accessibility"] categories = ["accessibility", "localization"] license = "MIT" repository = "https://github.com/daschdev/languages-rs" [[example]] name = "json_files" path = "examples/json_files.rs" required-features = ["with-json"] [[example]] name = "toml_files" path = "examples/toml_files.rs" required-features = ["with-toml"] [dependencies.anyhow] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" optional = true [dependencies.toml] version = "0.5" optional = true [features] default = [] with-json = ["serde_json"] with-toml = ["toml"]