# 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] edition = "2018" name = "audit-filter" version = "0.5.0" authors = ["Greg Guthe "] exclude = ["tests/fixtures/*", "example/*", "pkg/*", "readme_usage.md", "output_usage.sh"] description = "Filters npm audit output for use in CI" homepage = "https://github.com/mozilla-services/audit-filter" documentation = "https://github.com/mozilla-services/audit-filter" readme = "README.md" keywords = [] categories = [] license = "MPL-2.0" repository = "https://github.com/mozilla-services/audit-filter" [profile.release] lto = true [lib] crate-type = ["cdylib", "rlib"] [dependencies.docopt] version = "1.1.0" [dependencies.failure] version = "0.1.5" [dependencies.serde] version = "1.0.87" [dependencies.serde_derive] version = "1.0.87" [dependencies.serde_json] version = "1.0.38" [dependencies.wasm-bindgen] version = "0.2" [badges.travis-ci] branch = "master" repository = "mozilla-services/audit-filter"