# 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.64"
name = "base64uuid"
version = "1.1.0"
authors = ["Fiberplane <info@fiberplane.com>"]
description = "Type for representing base64url-encoded UUIDs"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/fiberplane/fiberplane"
resolver = "1"

[dependencies.base64]
version = "0.13.0"

[dependencies.fp-bindgen]
version = "3.0.0"
optional = true

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sqlx]
version = "0.7.3"
features = ["macros"]
optional = true
default-features = false

[dependencies.thiserror]
version = "1.0.37"

[dependencies.uuid]
version = "1"
default-features = false

[dev-dependencies.rmp-serde]
version = "1.1.0"

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

[dev-dependencies.uuid]
version = "1"
features = ["serde"]
default-features = false

[features]
creation = ["uuid/v4"]
default = ["creation"]