[package] name = "keytree" version = "0.2.4" authors = ["ericfindlay "] edition = "2018" repository = "https://bitbucket.org/ericfindlay/keytree/src/master/" description = " Simple markup language designed to load config files and schemas directly to Rust types." documentation = "https://docs.rs/keytree" license = "MIT" readme = "README.md" categories = ["config", "encoding", "parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace] members = [ "examples/parse", "examples/hashmap" ]