rustsec 0.12.0

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.12.0"
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"
optional = true

[dependencies.directories]
version = "1"

[dependencies.failure]
version = "0.1"

[dependencies.git2]
version = "0.8"

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

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

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

[dependencies.toml]
version = "0.5"
[dev-dependencies.tempfile]
version = "3"

[features]
default = ["chrono"]