# 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 = "dbson" version = "0.0.1" description = "Wrapper type over serde::Serialize and serde::Deserialize for saving bson types to database" documentation = "https://docs.rs/dbson" license = "MIT" repository = "https://github.com/uttarayan21/dbson" [dependencies.bson] version = "2.4.0" [dependencies.rusqlite] version = "0.29.0" optional = true default-features = false [dependencies.serde] version = "1" default-features = false [dependencies.sqlx] version = "0.7.2" optional = true default-features = false [features] rusqlite = ["dep:rusqlite"] sqlx = ["dep:sqlx"]