# 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" rust-version = "1.70" name = "dti" version = "0.1.2" authors = ["21 Analytics "] exclude = [ "main.rs", "DTI-Schema_*", ] description = "A library to handle digital token identifiers as defined in ISO 24165" homepage = "https://21analytics.ch" documentation = "https://docs.rs/dti/" readme = "README.md" keywords = [ "travel-rule", "trp", "ISO-24165", ] categories = ["finance"] license = "AGPL-3.0" repository = "https://gitlab.com/21analytics/dti" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", "blocking", ] default-features = false [dependencies.semver] version = "1" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1"