whisky-common 1.0.25

The Cardano Rust SDK, inspired by MeshJS
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 = "whisky-common"
version = "1.0.25"
authors = [
    "Wu Tsz Wai <tszwai@deltadefi.io>",
    "Hinson Wong <hinson.wong@deltadefi.io>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Cardano Rust SDK, inspired by MeshJS"
readme = "README.md"
license = "Apache-2.0"

[lib]
name = "whisky_common"
path = "src/lib.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[dependencies.async-trait]
version = "0.1.79"

[dependencies.hex]
version = "0.4"

[dependencies.schemars]
version = "0.8.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.136"

[dependencies.uplc]
version = "=1.1.10"

[dependencies.whisky-macros]
version = "1.0.25"