cargo-play/Cargo.toml

31 lines
762 B
TOML
Raw Permalink Normal View History

2019-05-16 07:02:40 +00:00
[package]
name = "cargo-play"
2022-03-04 04:59:28 +00:00
version = "0.5.1"
2019-05-16 07:02:40 +00:00
authors = ["Zeyi Fan <cargo@zeyi.fan>"]
edition = "2018"
2019-08-21 05:19:44 +00:00
description = "Run your Rust code without setting up Cargo"
2019-05-16 07:08:01 +00:00
license = "MIT"
homepage = "https://github.com/fanzeyi/cargo-play"
2019-05-20 08:03:41 +00:00
readme = "README.md"
categories = ["development-tools::build-utils", "development-tools::cargo-plugins"]
2019-05-16 07:02:40 +00:00
[dependencies]
2022-03-04 04:59:28 +00:00
structopt = "0.3.26"
failure = "0.1.8"
toml = "0.5.8"
sha1 = "0.10.1"
bs58 = "0.4.0"
log = "0.4.14"
serde = { version = "1.0.136", features = ["derive"] }
pathdiff = "0.2.1"
proc-macro2 = "1.0.36"
syn = { version = "1.0.86", features = ["full"] }
quote = "1.0.15"
2019-08-15 06:42:53 +00:00
[dev-dependencies]
2022-03-04 04:59:28 +00:00
rand = "0.8.5"
2020-07-26 22:57:15 +00:00
[badges]
travis-ci = { repository = "fanzeyi/cargo-play" }
maintenance = { status = "passively-maintained" }