# 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" rust-version = "1.70.0" name = "polkavm-linux-sandbox" version = "0.1.1" authors = [ "Jan Bujak ", "Parity Technologies ", ] description = "Sandbox implementation for PolkaVM (Linux-only)" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/koute/polkavm" [dependencies.log] version = "0.4.20" [dependencies.polkavm-common] version = "0.1.1" features = ["std"] [dependencies.polkavm-linux-raw] version = "0.1.1" features = ["std"] [dev-dependencies.env_logger] version = "0.10.0" default-features = false [dev-dependencies.polkavm-assembler] version = "0.1.1"