# 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 = "atuin-server-database" version = "18.3.0" authors = ["Ellie Huxtable "] description = "server database library for atuin" homepage = "https://atuin.sh" license = "MIT" repository = "https://github.com/atuinsh/atuin" [dependencies.async-trait] version = "0.1.58" [dependencies.atuin-common] version = "18.3.0" [dependencies.eyre] version = "0.6" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.time] version = "0.3.36" features = [ "serde-human-readable", "macros", "local-offset", ] [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1.8" features = [ "v4", "v7", "serde", ]