[package] name = "nym-ecash-time" version = "0.1.0" authors.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] time.workspace = true nym-compact-ecash = { path = "../nym_offline_compact_ecash", optional = true } [features] expiration = ["nym-compact-ecash"]