[dependencies.proc-macro2]
version = "1.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.soroban-sdk]
version = "20.5"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
crate-type = ["cdylib", "lib"]
name = "rust_to_dtr"
[package]
authors = ["Rob Durst <me@robdurst.com>"]
description = "Convert Rust Soroban contracts to DTR format."
edition = "2021"
license = "MIT"
name = "rust_to_dtr"
readme = "README.md"
repository = "https://github.com/spaced-out-thoughts-dev-foundation/digicus/tree/main/digit/lib/rust_to_dtr"
version = "0.2.1"