# 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 = "souvenir" version = "0.3.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Prefixed identifier library" readme = "README.md" license = "MIT" repository = "https://github.com/j5pr/souvenir" [lib] name = "souvenir" path = "src/lib.rs" [dependencies.diesel] version = "2.2.4" optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.210" optional = true [dependencies.sqlx] version = "0.8.2" optional = true [features] default = [ "rand", "serde", ] diesel = ["dep:diesel"] diesel-mysql = [ "diesel", "diesel/mysql_backend", ] diesel-postgres = [ "diesel", "diesel/postgres_backend", ] diesel-sqlite = [ "diesel", "diesel/sqlite", ] rand = ["dep:rand"] serde = ["dep:serde"] sqlx = ["dep:sqlx"] sqlx-mysql = [ "sqlx", "sqlx/mysql", ] sqlx-postgres = [ "sqlx", "sqlx/postgres", ] sqlx-sqlite = [ "sqlx", "sqlx/sqlite", ]