# 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 = "gosh-database" version = "0.2.1" authors = ["Wenping Guo "] description = "database for gosh" homepage = "https://github.com/gosh-rs/gosh-database" license = "MIT OR Apache-2.0" repository = "https://github.com/gosh-rs/gosh-database" resolver = "1" [dependencies.bincode] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.derivative] version = "2.1.1" [dependencies.diesel] version = "1" features = ["sqlite"] [dependencies.diesel_migrations] version = "1" [dependencies.dotenvy] version = "0.15" [dependencies.gosh-core] version = "0.2.0" [dependencies.gosh-model] version = "0.2.0" [dependencies.libsqlite3-sys] version = "0.22" features = ["bundled"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dev-dependencies.tempfile] version = "3" [features] adhoc = []