# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lib_tcstring" version = "0.5.0" authors = [ "Joerg Jennerjahn ", "Friedemann Sommer ", ] exclude = [ ".github/**", "Cargo.lock", ] description = "IAB TCF v2 TCString utilities" homepage = "https://github.com/advancedSTORE/lib_tcstring" documentation = "https://docs.rs/lib_tcstring/" readme = "README.md" keywords = [ "tcf", "tcstring", "string", "decode", ] categories = ["parsing"] license = "Apache-2.0" repository = "https://github.com/advancedSTORE/lib_tcstring" [profile.bench] lto = true [[bench]] name = "tc_v2_string" harness = false [dependencies.base64] version = "0.22" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.version-sync] version = "0.9.5" [features] default = [] [badges.maintenance] status = "passively-maintained"