[package] name = "nym-ecash-time" description = "Time-related helper functions for Nym's zknym scheme" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true homepage.workspace = true documentation.workspace = true rust-version.workspace = true readme.workspace = true publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] time.workspace = true nym-compact-ecash = { workspace = true, optional = true } [features] expiration = ["nym-compact-ecash"]