# 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 = "2018" name = "gemachain-program-runtime" version = "1.8.2" authors = ["Gemachain Maintainers "] description = "Gemachain program runtime" homepage = "https://gemachain.com/" documentation = "https://docs.rs/gemachain-program-runtime" license = "Apache-2.0" repository = "https://github.com/gemacoin/gemachain" resolver = "2" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "gemachain_program_runtime" crate-type = ["lib"] [dependencies.gemachain-frozen-abi] version = "=1.8.2" [dependencies.gemachain-frozen-abi-macro] version = "=1.8.2" [dependencies.gemachain-logger] version = "=1.8.2" [dependencies.gemachain-sdk] version = "=1.8.2" [dependencies.libc] version = "0.2.101" [dependencies.libloading] version = "0.7.0" [dependencies.log] version = "0.4.14" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1.0.129" features = ["derive", "rc"] [dependencies.thiserror] version = "1.0" [build-dependencies.rustc_version] version = "0.4"