txtx-core 0.4.17

Primitives for parsing, analyzing and executing Txtx runbooks
Documentation
# 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-core"
version = "0.4.17"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitives for parsing, analyzing and executing Txtx runbooks"
readme = false
keywords = [
    "txtx",
    "smart-contracts",
    "devops",
    "secops",
    "blockchains",
]
categories = ["cryptography"]
license = "Apache-2.0"
repository = "https://github.com/txtx/txtx"

[features]
default = ["txtx-addon-kit/default"]
wasm = ["txtx-addon-kit/wasm"]

[lib]
name = "txtx_core"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.better-debug]
version = "1.0.1"

[dependencies.bs58]
version = "0.5.1"

[dependencies.chrono]
version = "0.4.38"

[dependencies.daggy]
version = "0.9.0"

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.jaq-interpret]
version = "1.2.1"

[dependencies.jaq-parse]
version = "1.0.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libsecp256k1]
version = "0.7.0"

[dependencies.mustache]
version = "0.9.0"

[dependencies.petgraph]
version = "0.8.2"

[dependencies.ripemd]
version = "0.1.3"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_with]
version = "3.11.0"

[dependencies.serde_yml]
version = "0.0.11"

[dependencies.similar]
version = "2.5.0"

[dependencies.strum]
version = "0.26"
features = ["derive"]

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.37.0"
features = ["sync"]

[dependencies.txtx-addon-kit]
version = "0.4.13"
default-features = false

[dev-dependencies.test-case]
version = "3.3"