# 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 = "runfile" version = "0.1.1" authors = ["Liam Garriga "] description = "Run commands in the languages you love!" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/lyonsyonii/run" [profile.dev] debug = 0 strip = true [profile.dist] lto = "thin" inherits = "release" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [[bin]] name = "run" path = "src/main.rs" [dependencies.aho-corasick] version = "1.1.2" [dependencies.app_dirs2] version = "2.5.5" [dependencies.ariadne] version = "0.4.0" [dependencies.beef] version = "0.5.2" [dependencies.clap] version = "4.4.18" features = ["string"] default-features = false [dependencies.clap_complete] version = "4.4.10" [dependencies.enum_dispatch] version = "0.3.12" [dependencies.indexmap] version = "2.2.2" [dependencies.md5] version = "0.7.0" [dependencies.peg] version = "0.8.2" [dependencies.read_pipe] version = "0.1.2" [dependencies.thiserror] version = "1.0.56" [dependencies.which] version = "6.0.0" [dependencies.xxhash-rust] version = "0.8.8" features = ["xxh3"] [dependencies.yansi] version = "1.0.0-rc.1" features = [ "detect-tty", "detect-env", ]