forked from jgrimes/gdpr_consent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
35 lines (30 loc) · 794 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
25
26
27
28
29
30
31
32
33
34
35
[package]
authors = ["Tim Cheeseman <tcheeseman@appnexus.com>"]
categories = ["encoding"]
description = "GDPR Transparency and Consent Framework SDK for Rust"
documentation = "https://docs.rs/gdpr_consent/"
homepage = "https://cirla.github.io/gdpr_consent"
keywords = ["GDPR", "consent"]
license = "MIT/Apache-2.0"
name = "gdpr_consent"
repository = "https://github.com/cirla/gdpr_consent"
version = "0.4.0"
[badges.appveyor]
repository = "cirla/gdpr_consent"
[badges.travis-ci]
repository = "cirla/gdpr_consent"
[dependencies]
base64 = "0.9.2"
bit-set = "0.5"
bit-vec = "0.6"
bitstream-io = "0.8.0"
serde = "1.0.78"
serde_derive = "1.0.78"
serde_json = "1.0.27"
[dependencies.chrono]
features = ["serde"]
version = "0.4.6"
[dev-dependencies]
reqwest = "0.8.8"
[lib]
name = "gdpr_consent"