# 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 = "ivms101" version = "0.1.0" authors = ["21 Analytics "] description = "A library to handle Intervasp Messaging Standard Payloads" homepage = "https://21analytics.ch" documentation = "https://docs.rs/ivms101/" readme = "README.md" keywords = [ "ivms101", "travel-rule", "trp", ] categories = ["finance"] license = "AGPL-3.0-only" repository = "https://gitlab.com/21analytics/ivms101" [dependencies.chrono] version = "0.4" features = [ "serde", "clock", ] default-features = false [dependencies.lei] version = "0.2" package = "leim" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1.0.96" [dev-dependencies.serde_test] version = "1.0.163"