# 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-oas" version = "0.2.2" authors = ["FujiApple "] description = "Generate OpenAPI and AsyncAPI specification documents for the Daml JSON API from a Dar file" readme = "README.md" keywords = ["daml", "api", "ledger"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/fujiapple852/rust-daml-bindings" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0.55" [dependencies.bounded-static] version = "0.2.1" [dependencies.clap] version = "3.0.14" features = ["cargo"] [dependencies.daml] version = "0.2.2" features = ["lf-full", "json"] [dependencies.itertools] version = "0.10.3" [dependencies.log] version = "0.4.14" [dependencies.maplit] version = "1.0.2" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8.23" [dependencies.simple_logger] version = "2.1.0" [dependencies.thiserror] version = "1.0.30"