# 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.56" name = "hstdb" version = "2.1.0" authors = ["Alexander Thaller "] description = "Better history management for zsh. Based on ideas from [https://github.com/larkery/zsh-histdb](https://github.com/larkery/zsh-histdb)." homepage = "https://github.com/AlexanderThaller/hstdb" documentation = "https://docs.rs/hstdb/" readme = "README.md" license = "MIT" resolver = "2" [profile.release] opt-level = 3 lto = "fat" panic = "abort" strip = "debuginfo" [dependencies.bincode] version = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3" features = [ "derive", "env", ] [dependencies.comfy-table] version = "6" [dependencies.crossbeam-utils] version = "0.8" [dependencies.csv] version = "1" [dependencies.ctrlc] version = "3" features = ["termination"] [dependencies.directories] version = "4" [dependencies.flume] version = "0.10" [dependencies.glob] version = "0.3" [dependencies.hostname] version = "0.3" [dependencies.humantime] version = "2" [dependencies.log] version = "0.4" features = ["serde"] [dependencies.pretty_env_logger] version = "0.4" [dependencies.regex] version = "1" [dependencies.rusqlite] version = "0.27" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.sled] version = "0.34" [dependencies.thiserror] version = "1" [dependencies.toml] version = "0.5" [dependencies.uuid] version = "1" features = [ "serde", "v4", ] [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3" [features] default = ["histdb-import"] histdb-import = ["rusqlite"]