# 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 = "ssb-db" version = "0.1.7" authors = ["Piet Geursen "] description = "The most basic sqlite backed db that you need to do replication on ssb" license = "LGPL-3.0" [dependencies.diesel] version = "1.4.3" features = ["sqlite"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.flumedb] version = "0.1.6" [dependencies.itertools] version = "0.8.0" [dependencies.libsqlite3-sys] version = "0.16.0" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.6.0" [dependencies.ssb-legacy-msg-data] version = "0.1.2" [dependencies.ssb-multiformats] version = "0.4.0"