# 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 = "rust_to_dtr" version = "0.16.0" authors = ["Rob Durst "] description = "Convert Rust Soroban contracts to DTR format." readme = "README.md" license = "MIT" repository = "https://github.com/spaced-out-thoughts-dev-foundation/digicus/tree/main/digit/lib/rust_to_dtr" [lib] name = "rust_to_dtr" crate-type = [ "cdylib", "lib", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0" [dependencies.rand] version = "0.8.5" [dependencies.soroban-sdk] version = "20.5" [dependencies.syn] version = "2.0" features = ["full"] [dev-dependencies.paste] version = "1.0"