forked from tecywiz121/rustsec-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
24 lines (22 loc) · 788 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "rustsec"
description = "Client library for the RustSec security advisory database"
version = "0.9.0" # Also update html_root_url in lib.rs when bumping this
authors = ["Tony Arcieri <bascule@gmail.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/rustsec/rustsec-crate/"
readme = "README.md"
categories = ["api-bindings", "development-tools"]
keywords = ["rustsec", "security", "advisory", "vulnerability"]
[dependencies]
chrono = { version = "0.4", optional = true }
failure = "0.1"
failure_derive = "0.1"
git2 = "0.7"
platforms = { version = "0.1", features = ["serde"] }
semver = { version = "0.9", features = ["serde"] }
serde = "1"
serde_derive = "1"
toml = "0.4"
[features]
default = ["chrono"]