mongocrypt 0.4.0

Rust-idiomatic wrapper around mongocrypt-sys
Documentation
# 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 = "mongocrypt"
version = "0.4.0"
authors = [
    "Abraham Egnor <abraham.egnor@mongodb.com>",
    "Isabel Atkinson <isabel.atkinson@mongodb.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust-idiomatic wrapper around mongocrypt-sys"
readme = false
keywords = [
    "mongo",
    "mongodb",
    "database",
    "mongocrypt",
    "libmongocrypt",
]
categories = [
    "database",
    "cryptography",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/mongodb/libmongocrypt-rust"

[features]
compile_fail = []
default = ["bson-2"]

[lib]
name = "mongocrypt"
path = "src/lib.rs"

[dependencies.bson-2]
version = "2.15.0"
optional = true
package = "bson"

[dependencies.bson-3]
version = "3.1.0"
optional = true
package = "bson"

[dependencies.mongocrypt-sys]
version = "0.1.6"

[dependencies.once_cell]
version = "1.17.0"

[dependencies.serde]
version = "1.0.125"

[dev-dependencies.bson-3]
version = "3.1.0"
features = [
    "serde_json-1",
    "serde",
]
package = "bson"

[dev-dependencies.serde_json]
version = "1.0.81"