rustsec 0.13.0-alpha1

Client library for the RustSec security advisory database
Documentation
# 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 = "rustsec"
version = "0.13.0-alpha1"
authors = ["Tony Arcieri <bascule@gmail.com>"]
description = "Client library for the RustSec security advisory database"
homepage = "https://github.com/rustsec/rustsec-crate/"
readme = "README.md"
keywords = ["audit", "rustsec", "security", "advisory", "vulnerability"]
categories = ["api-bindings", "development-tools"]
license = "Apache-2.0 OR MIT"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cvss]
version = "0.3"
features = ["serde"]

[dependencies.git2]
version = "0.10"

[dependencies.home]
version = "0.5"

[dependencies.platforms]
version = "0.2"
features = ["serde"]

[dependencies.semver]
version = "0.9"
features = ["serde"]

[dependencies.semver-parser]
version = "0.7"

[dependencies.serde]
version = "1"
features = ["serde_derive"]

[dependencies.toml]
version = "0.5"
[dev-dependencies.tempfile]
version = "3"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "rustsec/rustsec-crate"