# 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 = "soroban-wasmi_core" version = "0.16.0-soroban2" authors = ["Stellar Development Foundation "] description = "Soroban fork of Parity WebAssembly interpreter" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/stellar/wasmi" [dependencies.downcast-rs] version = "1.2" default-features = false [dependencies.libm] version = "0.2.1" [dependencies.memory_units] version = "0.4.0" [dependencies.num-rational] version = "0.4" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2.8" default-features = false [dev-dependencies.rand] version = "0.8.2" [features] default = ["std"] std = [ "num-rational/std", "num-rational/num-bigint-std", "num-traits/std", "downcast-rs/std", ]