conjure-error 0.3.2

Runtime support for generated Conjure errors
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]
edition = "2018"
name = "conjure-error"
version = "0.3.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Runtime support for generated Conjure errors"
readme = "../README.md"
license = "Apache-2.0"
repository = "https://github.com/palantir/conjure-rust"
[dependencies.backtrace]
version = "0.3"

[dependencies.conjure-object]
version = "0.3.2"

[dependencies.parking_lot]
version = "0.7"

[dependencies.serde]
version = "1.0"

[dependencies.serde-value]
version = "0.5"

[dependencies.uuid]
version = "0.7"
features = ["v4"]