# 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 = "rayso" version = "0.1.1" authors = ["PwnWriter < hey@pwnwriter.xyz >"] description = "Upload code to ray.so from terminal" homepage = "https://github.com/pwnwriter/rayso.git" readme = "README.md" keywords = [ "screenshots", "code-beautify", "sippet", ] categories = [ "accessibility", "web-programming", "command-line", ] license = "MIT" repository = "https://github.com/pwnwriter/rayso" [profile.bench] opt-level = 3 debug = false [profile.dev] opt-level = 0 debug = true panic = "abort" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = false panic = "unwind" [profile.test] opt-level = 0 debug = true [dependencies.clap] version = "4.3.11" features = ["derive"] [dependencies.open] version = "5.0.0" [dependencies.rbase64] version = "2.0.3"