# 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 = "twine" version = "0.7.0" authors = ["Cecile Tonglet "] exclude = [ "/.gitignore", "/.github", ] description = "Library for internationalization using the Twine file format" homepage = "https://github.com/IMI-eRnD-Be/twine" documentation = "https://docs.rs/twine" readme = "README.md" keywords = [ "twine", "ini", "internationalization", ] categories = ["internationalization"] license = "MIT OR Apache-2.0" repository = "https://github.com/IMI-eRnD-Be/twine" [[bench]] name = "generation" harness = false [dependencies.heck] version = "0.4" [dependencies.indenter] version = "0.3" features = ["std"] [dependencies.once_cell] version = "1" [dependencies.regex] version = "1" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempfile] version = "3" [features] serde = []