# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "registry-pol" version = "1.0.0" authors = ["nabijaczleweli "] exclude = ["*.enc"] description = "Parser for the Windows Registry Policy File format" documentation = "https://cdn.rawgit.com/nabijaczleweli/registry.pol-rs/doc/registry_pol/index.html" readme = "README.md" keywords = ["windows", "parser", "registry"] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/nabijaczleweli/registry.pol-rs" [dependencies.lazy_static] version = "1.0" [dependencies.nom] version = "3.2" [dev-dependencies.quickcheck] version = "0.6" [target."cfg(target_os = \"windows\")".dev-dependencies.winapi] version = "0.3" features = ["winnt"] default-features = false