[package] name = "simpleconfig" version = "0.1.0" edition = "2021" license = "Apache-2.0" description = "Simple config by string literal. Suitable for API config passing by string literal. Imagine you can pass `level=3;type=zstd` literally to compression algorithm library instead of Config::Builder::new().withLevel(3).withType(`zstd`).build?" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] urlencoding = "2.1"