components/context_id/Cargo.toml (23 lines of code) (raw):
[package]
name = "context_id"
version = "0.1.0"
edition = "2021"
license = "MPL-2.0"
[build-dependencies]
uniffi = { version = "0.29.0", features=["build"]}
[dependencies]
chrono = "0.4"
error-support = { path = "../support/error" }
lazy_static = { version = "1.4" }
log = "0.4"
parking_lot = "0.12"
serde = "1"
serde_json = "1"
thiserror = "1.0"
uniffi = { version = "0.29.0" }
url = "2"
uuid = { version = "1.3", features = ["v4"]}
viaduct = { path = "../viaduct" }
[dev-dependencies]
mockito = "0.31"
viaduct-reqwest = { path = "../support/viaduct-reqwest" }