# 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 = "tari_common_sqlite" version = "1.0.0-rc.5" authors = ["The Tari Development Community"] description = "Tari cryptocurrency wallet library" readme = "README.md" license = "BSD-3-Clause" resolver = "2" [dependencies.diesel] version = "2.0.3" features = [ "sqlite", "r2d2", "serde_json", "chrono", "64-column-tables", ] [dependencies.diesel_migrations] version = "2.0.0" [dependencies.log] version = "0.4.6" [dependencies.serde] version = "1.0.90" [dependencies.tari_utilities] version = "0.7" [dependencies.thiserror] version = "1.0.26" [dependencies.tokio] version = "1.23" features = [ "sync", "macros", "rt", ] [dev-dependencies]