# 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" name = "txtx-addon-kit" version = "0.1.7" description = "Low level primitives for building addons for Txtx" keywords = [ "txtx", "smart-contracts", "devops", "secops", "blockchains", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/txtx/txtx" [lib] crate-type = [ "lib", "cdylib", ] [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.dotenvy_macro] version = "0.15.7" [dependencies.futures] version = "0.3" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.hcl-edit] version = "0.8.0" [dependencies.hex] version = "0.4.3" [dependencies.highway] version = "1.1.0" [dependencies.indexmap] version = "2.2.6" features = ["serde"] [dependencies.indoc] version = "2.0.5" [dependencies.jaq-interpret] version = "1.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.5" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.8" [dependencies.url] version = "2.2.2" features = ["serde"] [dependencies.uuid] version = "1.7.0" features = [ "v4", "serde", ] [dependencies.wasm-bindgen] version = "0.2.93" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.41" optional = true [dev-dependencies.hiro-system-kit] version = "0.3.4" [dev-dependencies.test-case] version = "3.3" [features] default = [] wasm = [ "wasm-bindgen", "wasm-bindgen-futures", ]