[package] name = "aquatic_toml_config" version = "0.2.0" authors = ["Joakim FrostegÄrd "] edition = "2021" license = "Apache-2.0" description = "Serialize toml with comments" repository = "https://github.com/greatest-ape/aquatic" keywords = ["toml"] readme = "../README.md" [lib] name = "aquatic_toml_config" [dependencies] toml = "0.5" aquatic_toml_config_derive = { version = "0.2.0", path = "../aquatic_toml_config_derive" } [dev-dependencies] serde = { version = "1.0", features = ["derive"] } quickcheck = "1" quickcheck_macros = "1"