# 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.59.0" name = "daml-util" version = "0.2.2" authors = ["FujiApple "] description = "Helper utilities for working with the Daml Ledgers" readme = "README.md" keywords = ["daml", "api", "ledger"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/fujiapple852/rust-daml-bindings" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4.19" [dependencies.daml-grpc] version = "0.2.2" [dependencies.daml-lf] version = "0.2.2" [dependencies.futures] version = "0.3.21" [dependencies.itertools] version = "0.10.3" [dependencies.jsonwebtoken] version = "8.0.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.thiserror] version = "1.0.30" [dependencies.uuid] version = "0.8.2" [dev-dependencies.tokio] version = "1.17.0" features = ["macros", "rt-multi-thread"] [features] sandbox = []