# 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 = "alfred-workflow-rust-project" version = "0.0.3-alpha" authors = ["christmic "] description = "A library for alfred workflow(In Alpha Stage)" license = "MIT" resolver = "2" [dependencies.log] version = "0.4.16" [dependencies.log4rs] version = "1.0.0" features = ["rolling_file_appender"] [dependencies.nix] version = "0.9.0" [dependencies.reqwest] version = "0.11.10" features = [ "blocking", "json", ] [dependencies.rusqlite] version = "0.27.0" features = ["bundled"] [dependencies.security-framework] version = "2.6.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.dotenv] version = "0.15.0"