# 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 = "alfrusco" version = "0.1.5" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for building Alfred workflows with Rust." readme = "README.md" license = "MIT" [lib] name = "alfrusco" path = "src/lib.rs" [[example]] name = "random_user" path = "examples/random_user.rs" [[example]] name = "sleep" path = "examples/sleep.rs" [[example]] name = "static_output" path = "examples/static_output.rs" [[example]] name = "url_items" path = "examples/url_items.rs" [dependencies.async-trait] version = "0" [dependencies.chrono] version = "0" [dependencies.clap] version = "4.5" features = [ "derive", "env", ] [dependencies.clipboard] version = "0" [dependencies.env_logger] version = "0.11" [dependencies.fuzzy-matcher] version = "0" [dependencies.hex] version = "0.4" [dependencies.humantime] version = "2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sysinfo] version = "0" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.clap] version = "4" features = [ "derive", "env", ] [dev-dependencies.reqwest] version = "0" features = ["json"] [dev-dependencies.temp-env] version = "0.3" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "full", "test-util", ]