# 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 = "covert-storage" version = "0.1.3" description = "Covert encrypted storage implementation" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.covert-types] version = "0.1.3" [dependencies.futures] version = "0.3" features = ["executor"] [dependencies.libsqlite3-sys] version = "0.24" features = ["bundled-sqlcipher"] [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rust-embed] version = "6.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" default-features = false [dependencies.sqlparser] version = "0.28" [dependencies.sqlx] version = "0.6" features = [ "sqlite", "migrate", "runtime-tokio-native-tls", "chrono", "time", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.23" features = [ "sync", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-error] version = "0.1"