# 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 = "hms-db" version = "0.1.0" authors = ["marcus.lindstrom1@gmail.com"] description = "Db lib for Hold my Snip!" license = "MIT" repository = "https://github.com/MackoHacko/hms" [dependencies.chrono] version = "0.4.31" [dependencies.diesel] version = "2.1.4" features = [ "chrono", "returning_clauses_for_sqlite_3_35", "sqlite", ] [dependencies.diesel_migrations] version = "2.1.0" [dependencies.hms-common] version = "0.1.0" [dependencies.thiserror] version = "1.0.52" [dev-dependencies.tempfile] version = "3.8.1" [dev-dependencies.test-case] version = "3.3.1"