# 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 = "uuid-b64" version = "0.2.0" authors = ["Brandon W Maister "] description = "Base64 encoding for UUIDs" readme = "README.md" categories = [ "encoding", "value-formatting", ] license = "Apache-2.0/MIT" repository = "https://github.com/quodlibetor/uuid-b64" [dependencies.base64] version = "0.22.0" [dependencies.diesel] version = "2.2.0" features = [ "postgres", "uuid", ] optional = true [dependencies.diesel-derive-newtype] version = "2.1.0" optional = true [dependencies.error-chain] version = "0.12.0" [dependencies.inlinable_string] version = "0.1.0" default-features = false [dependencies.serde] version = "1.0.15" optional = true [dependencies.uuid] version = "1.8.0" features = ["v4"] [dev-dependencies.diesel] version = "2.2.0" features = [ "postgres", "uuid", ] [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0" [features] default = [] diesel = ["diesel-uuid"] diesel-uuid = [ "dep:diesel-derive-newtype", "dep:diesel", ] serde = [ "dep:serde", "inlinable_string/serde", ] [badges.travis-ci] branch = "master" repository = "quodlibetor/uuid-b64"