# 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 = "piston_rs" version = "0.4.3" authors = ["Jonxslays"] description = "An async wrapper for the Piston code execution engine." homepage = "https://github.com/Jonxslays/piston_rs" documentation = "https://docs.rs/piston_rs" readme = "README.md" keywords = [ "piston-rs", "piston", "emkc", "code", ] categories = [ "api-bindings", "asynchronous", ] license = "MIT" repository = "https://github.com/Jonxslays/piston_rs" resolver = "2" [lib] name = "piston_rs" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.tokio] version = "1" features = ["macros"]