# 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" rust-version = "1.77" name = "atuin-daemon" version = "0.2.0" authors = ["Ellie Huxtable "] description = "The daemon crate for Atuin" homepage = "https://atuin.sh" readme = "README.md" license = "MIT" repository = "https://github.com/atuinsh/atuin" [dependencies.atuin-client] version = "18.3.0" [dependencies.atuin-dotfiles] version = "0.3.0" [dependencies.atuin-history] version = "0.2.0" [dependencies.dashmap] version = "5.5.3" [dependencies.eyre] version = "0.6" [dependencies.prost] version = "0.12" [dependencies.prost-types] version = "0.12" [dependencies.rand] version = "0.8.5" features = ["std"] [dependencies.time] version = "0.3.36" features = [ "serde-human-readable", "macros", "local-offset", ] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" features = ["net"] [dependencies.tonic] version = "0.11" [dependencies.tonic-types] version = "0.11.0" [dependencies.tower] version = "0.4" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "fmt", "registry", "env-filter", ] [dependencies.uuid] version = "1.8" features = [ "v4", "v7", "serde", ] [build-dependencies.tonic-build] version = "0.11" [target."cfg(target_os = \"linux\")".dependencies.listenfd] version = "1.0.1"