# 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 = "forky_cli" version = "0.2.0-rc.6" authors = ["Peter Hayman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust Utilities" documentation = "https://mrchantey.github.io/forky/docs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mrchantey/forky" [lib] name = "forky_cli" path = "src/lib.rs" [[bin]] name = "forky" path = "src/main.rs" [[example]] name = "cli" path = "examples/cli.rs" [[example]] name = "swap_mouse" path = "examples/swap_mouse.rs" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.anyhow] version = "1.0.75" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum] version = "0.6.19" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum-server] version = "0.5.1" features = ["tls-rustls"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.clap] version = "4.2" features = ["string"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.colorize] version = "0.1.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.cssparser] version = "0.31.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.extend] version = "1.1.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.forky_core] version = "0.2.0-rc.6" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.forky_fs] version = "0.2.0-rc.6" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures] version = "0.3.28" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.glob] version = "0.3.1" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper] version = "0.14.27" features = ["full"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon] version = "1.7.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.27.0" features = [ "macros", "rt", "rt-multi-thread", "time", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower] version = "0.4.13" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower-http] version = "0.4.3" features = [ "fs", "cors", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tower-livereload] version = "0.8.0"