# 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 = "ghosttext-any" version = "0.2.1" authors = ["Evan Lloyd New-Schmidt "] description = "A GhostText server for any $EDITOR" readme = "README.md" license = "MIT" repository = "https://github.com/newsch/ghosttext-any/" [[bin]] name = "gtany" path = "src/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.1.13" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.27" [dependencies.log] version = "0.4.17" [dependencies.notify] version = "5.1.0" optional = true [dependencies.pin-project] version = "1.0.12" [dependencies.serde] version = "1.0.158" [dependencies.serde_derive] version = "1.0.158" [dependencies.serde_json] version = "1.0.94" [dependencies.sha2] version = "0.10.6" [dependencies.shell-words] version = "1.1.0" [dependencies.systemd-journal-logger] version = "0.7.0" optional = true [dependencies.tempdir] version = "0.3.7" [dependencies.tokio] version = "1.26.0" features = [ "macros", "rt-multi-thread", "fs", "process", "time", "rt", "sync", ] [dependencies.tokio-stream] version = "0.1.12" features = [ "net", "time", ] [dependencies.url] version = "2.4.0" [dependencies.warp] version = "0.3.3" [dev-dependencies.test-case] version = "3.0.0" [dev-dependencies.test-log] version = "0.2.11" [features] default = ["watch_changes"] systemd = ["dep:systemd-journal-logger"] watch_changes = ["dep:notify"]