# 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 = "gostd_settings" version = "0.1.4" authors = ["wandercn"] description = "gostd_settings is library for reading and writing properties files. 是一个用于读写属性配置文件的库" homepage = "https://github.com/wandercn/gostd_settings" readme = "README.md" keywords = [ "settings", "gostd", "config", "ini", "conf", ] categories = [ "config", "accessibility", "development-tools", "parsing", ] license = "MIT" repository = "https://github.com/wandercn/gostd_settings" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies.gostd] version = "^0.3"