[package] name = "playground" version = "0.1.0" authors = ["Smite Rust"] edition = "2018" description = "Run Rust code without setting up Cargo" license = "MIT" readme = "README.md" homepage = "https://github.com/SmiteWindows/playground" categories = ["development-tools::build-utils", "development-tools::cargo-plugins"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt="0.3" thiserror="1" # anyhow="1" toml = "0.5" serde = { version = "1", features = ["derive"] } proc-macro2 = "1" syn = { version = "1", features = ["full"] } quote = "1" sha1 = "0.6" base64 = "0.11" # base64-stream = "1.0.10" log = "0.4" pathdiff = "0.1" [dev-dependencies] rand = "0.7"