# 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 = "playrs" version = "0.3.0" authors = ["Night Cruising"] description = "Call the interface of rust playground to compile and run the rust code." readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/night-cruise/playrs" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.26"