# 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" rust-version = "1.65" name = "ankidb" version = "0.4.1" authors = ["Shawn M Moore "] include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] description = "Opinionated library for interacting with Anki's database" readme = "README.md" keywords = [ "anki", "srs", "sqlite", "database", "study", ] categories = [ "api-bindings", "database", ] license = "MIT" repository = "https://github.com/sartak/ankidb" [dependencies.postgres-types] version = "0.2.7" features = ["derive"] optional = true [dependencies.rusqlite] version = "0.29.0" features = [ "trace", "functions", "collation", "bundled", ] [dependencies.sea-query] version = "0.30.7" features = [ "backend-sqlite", "derive", ] default-features = false [dependencies.sea-query-rusqlite] version = "0.4.0" [dependencies.serde] version = "1.0.204" optional = true [dependencies.unicase] version = "=2.6.0"