# 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 = "clipboard-substitutor" version = "0.7.8" authors = ["Harsh Shandilya "] build = false include = [ "src/**/*", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to monitor clipboard changes and perform operations based on the contents" homepage = "https://github.com/msfjarvis/clipboard-substitutor" readme = "README.md" keywords = [] license = "MIT/Apache-2.0" repository = "https://github.com/msfjarvis/clipboard-substitutor" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "clipboard-substitutor" path = "src/main.rs" [dependencies.anyhow] version = "1.0.82" [dependencies.argv] version = "0.1.11" [dependencies.copypasta] version = "0.10.1" features = ["x11"] default-features = false [dependencies.dirs] version = "5.0.1" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.200" [dependencies.serde_derive] version = "1.0.200" [dependencies.toml] version = "0.8.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-journald] version = "0.3.0" optional = true [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.assay] version = "0.1.1" [features] journald = ["tracing-journald"]