# 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-darn" version = "0.2.2" authors = ["FujiApple "] description = "Tools for working with Daml Archives and 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" [dependencies.anyhow] version = "1.0.55" [dependencies.clap] version = "3.0.14" features = ["cargo"] [dependencies.daml] version = "0.2.2" features = ["grpc", "sandbox", "lf-full", "util"] [dependencies.itertools] version = "0.10.3" [dependencies.prettytable-rs] version = "0.8.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tokio] version = "1.17.0" features = ["macros", "rt-multi-thread"]