# 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 = "i18n_error" version = "0.1.0" authors = ["Daisuke Ito "] description = """ i18n_error provides a convenient way to define and manage error messages with internationalization (i18n) support. """ readme = "README.md" keywords = [ "i18n", "error", "message", ] license = "MIT" repository = "https://github.com/poi2/i18n_error" [dependencies.i18n_error_impl] version = "0.1.0" [dependencies.strum] version = "0.26.2" features = ["derive"] [dev-dependencies.rust-i18n] version = "3" [dev-dependencies.test-case] version = "3.3"