# 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 = "pistones" version = "0.2.1" build = false include = [ "src/**/*.rs", "Cargo.toml", "rust-toolchain.toml", "examples/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "An wrapper for the Piston code execution engine." homepage = "https://github.com/RustLangES/pistones" readme = "README.md" keywords = [ "piston-rs", "piston", "emkc", "code", "run", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/RustLangES/pistones" [lib] name = "pistones" path = "src/lib.rs" [[example]] name = "async" path = "examples/async.rs" [[example]] name = "languages" path = "examples/languages.rs" [[example]] name = "refresh_cache" path = "examples/refresh_cache.rs" [[example]] name = "run_custom_version" path = "examples/run_custom_version.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ]