# 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 = "java-properties" version = "2.0.0" authors = ["Adam Crume "] description = "A library for reading and writing Java properties files in Rust." documentation = "https://adamcrume.github.io/java-properties" readme = "README.md" keywords = [ "java", "properties", ] license = "MIT" repository = "https://github.com/adamcrume/java-properties" [dependencies.encoding_rs] version = "0.8.32" [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.5.5"