uuid-b64 0.1.1

Base64 encoding for UUIDs
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "uuid-b64"
version = "0.1.1"
authors = ["Brandon W Maister <quodlibetor@gmail.com>"]
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.8"

[dependencies.diesel]
version = "1.0"
features = ["postgres", "uuid"]
optional = true

[dependencies.diesel-derive-newtype]
version = "0.1"
optional = true

[dependencies.error-chain]
version = "0.11.0"

[dependencies.inlinable_string]
version = "0.1.0"
features = ["serde"]

[dependencies.lazy_static]
version = "0.2.9"

[dependencies.serde]
version = "1.0.15"
optional = true

[dependencies.uuid]
version = ">=0.5.1,<0.7.0"
features = ["v4", "use_std"]
[dev-dependencies.diesel]
version = "1.0"
features = ["postgres", "uuid"]

[dev-dependencies.serde_derive]
version = "1.0"

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

[features]
default-features = ["serde"]
diesel-uuid = ["diesel-derive-newtype", "diesel"]
[badges.travis-ci]
branch = "master"
repository = "quodlibetor/uuid-b64"