-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
35 lines (29 loc) · 894 Bytes
/
Cargo.toml
File metadata and controls
35 lines (29 loc) · 894 Bytes
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]
name = "lib_tcstring"
version = "0.5.0"
authors = ["Joerg Jennerjahn <joerg.jennerjahn@advanced-store.com>", "Friedemann Sommer <friedemann.sommer@advanced-store.com>"]
edition = "2021"
description = "IAB TCF v2 TCString utilities"
homepage = "https://github.com/advancedSTORE/lib_tcstring"
repository = "https://github.com/advancedSTORE/lib_tcstring"
license = "Apache-2.0"
keywords = ["tcf", "tcstring", "string", "decode"]
categories = ["parsing"]
exclude = [".github/**", "Cargo.lock"]
documentation = "https://docs.rs/lib_tcstring/"
readme = "README.md"
[features]
default = []
[dev-dependencies]
criterion = "0.5.1"
version-sync = "0.9.5"
[dependencies]
base64 = "0.22"
serde = { version = "1.0", features = ["derive"], optional = true }
[badges]
maintenance = { status = "passively-maintained" }
[profile.bench]
lto = true
[[bench]]
name = "tc_v2_string"
harness = false