# 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 = "handlr-regex" version = "0.12.0" authors = [ "Duncan Russell ", "Gregory ", ] build = "build/main.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Fork of handlr with regex support" readme = "README.md" license = "MIT" repository = "https://github.com/Anomalocaridid/handlr-regex" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "handlr" path = "src/main.rs" [dependencies.aho-corasick] version = "0.7.15" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.clap_complete] version = "4.5.33" features = ["unstable-dynamic"] [dependencies.confy] version = "0.4.0" [dependencies.derive_more] version = "0.99.18" features = [ "deref", "deref_mut", ] default-features = false [dependencies.enum_dispatch] version = "0.3.13" [dependencies.freedesktop-desktop-entry] version = "0.6.1" [dependencies.itertools] version = "0.10.0" [dependencies.mime] version = "0.3.16" [dependencies.mime-db] version = "1.3.0" [dependencies.mutants] version = "0.0.3" [dependencies.once_cell] version = "1.7.2" [dependencies.regex] version = "1" features = [ "std", "unicode-perl", ] default-features = false [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_ini] version = "0.2.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_with] version = "3.8.3" [dependencies.shlex] version = "1.3.0" [dependencies.tabled] version = "0.15.0" [dependencies.thiserror] version = "1.0.24" [dependencies.url] version = "2.2.1" [dependencies.wildmatch] version = "2.3.4" [dependencies.xdg] version = "2.2.0" [dependencies.xdg-mime] version = "0.4.0" [dev-dependencies.goldie] version = "0.5.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [build-dependencies.clap] version = "4.5.2" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.33" features = ["unstable-dynamic"] [build-dependencies.clap_mangen] version = "0.2.20" [build-dependencies.mime-db] version = "1.3.0" [build-dependencies.mutants] version = "0.0.3"