[package] name = "yamlate" version = "0.1.1" authors = ["Darin Minamoto "] description = "A cross-language interpreter library that dynamically evaluates YAML attributes given variable bindings" repository = "https://github.com/DarinM223/yamlate" readme = "README.md" keywords = ["yaml", "library", "interpreter"] license = "MIT" [dependencies] yaml-rust = "*" lazy_static = "*" num = "*" libc = "*" clippy = { version = "*", optional = true } [features] default = [] [lib] crate-type = ["dylib"]