# 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 = "2018" name = "rosetta-i18n" version = "0.1.3" authors = ["baptiste0928"] description = "Easy to use i18n library based on code generation." homepage = "https://baptiste0928.github.io/rosetta/" documentation = "https://docs.rs/rosetta-i18n" readme = "README.md" keywords = ["i18n"] categories = [ "internationalization", "development-tools::build-utils", "parsing", ] license = "ISC" repository = "https://github.com/baptiste0928/rosetta" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.serde] version = "1" optional = true [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_test] version = "1"