pm-types 0.1.0-alpha.1

Pragma-Miden oracle types
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 = "pm-types"
version = "0.1.0-alpha.1"
authors = ["Pragma <https://github.com/astraly-labs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pragma-Miden oracle types"
homepage = "https://www.pragma.build/"
readme = false
license = "MIT"
repository = "https://github.com/astraly-labs/pragma-miden"
resolver = "1"

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.miden-client]
version = "0.7.0"
features = [
    "tonic",
    "sqlite",
    "concurrent",
    "testing",
]

[dependencies.miden-crypto]
version = "0.13.2"
features = ["executable"]
default-features = false

[lints.rust]
unsafe_code = "forbid"