# 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 = "rustycli" version = "0.1.1" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "🦊 Access the rust playground right in terminal." homepage = "https://github.com/pwnwriter/rustycli.git" readme = "README.md" keywords = [ "Playground", "rustycli", "rust-lang", ] categories = [ "accessibility", "web-programming", "command-line", ] license = "MIT" repository = "https://github.com/pwnwriter/rustycli" [profile.bench] opt-level = 3 debug = 0 [profile.dev] opt-level = 0 debug = 2 panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "unwind" [profile.test] opt-level = 0 debug = 2 [dependencies.clap] version = "4.3.12" features = ["derive"] [dependencies.reqwest] version = "0.11.18" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.spinoff] version = "0.7.0" features = [ "dots", "arc", "line", ] [dependencies.tokio] version = "1.29.1" features = ["full"]