[package] name = "tomboy-toml-dom" version = "0.1.21" authors = ["ใ‚€ใšใงใ‚‡ "] edition = "2018" description = """ For those who are struggling with Rust's cool syntax, our goal is to provide a TOML parser that's as easy as pointing to a menu and eating fast food. """ readme = "README.md" repository = "https://github.com/muzudho/tomboy-toml-dom" license = "MIT" keywords = ["toml"] categories = ["parser-implementations"] exclude = ["doc/*", "examples/*", "resource/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.7.3" casual_logger = "0.6.5" chrono = "0.4.19" num-traits = "0.2"