# 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 = "2018" name = "gchdb" version = "0.2.8" authors = ["DarkSky "] description = "Provides a record abstraction for storing chat records extracted by different chat software, and provides full-text search feature" readme = "README.md" keywords = ["chat", "database", "backup", "full-text"] license-file = "LICENSE" repository = "https://github.com/darkskygit/GCHDB" [dependencies.anyhow] version = "1.0.57" [dependencies.cang-jie] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.diesel] version = "1.4.8" features = ["chrono", "r2d2", "sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.futures] version = "0.3.21" [dependencies.lazy_static] version = "1.4.0" [dependencies.libsqlite3-sys] version = "0.22.2" features = ["bundled"] [dependencies.log] version = "0.4.17" [dependencies.num_cpus] version = "1.13.1" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.sha3] version = "0.10.1" [dependencies.tantivy] version = "0.16.1" features = ["lz4-compression"] default-features = false [dependencies.thiserror] version = "1.0.31"