conjure-object 5.5.0

Runtime support for generated Conjure objects
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 = "2018"
name = "conjure-object"
version = "5.5.0"
authors = ["Steven Fackler <sfackler@palantir.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime support for generated Conjure objects"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/palantir/conjure-rust"
resolver = "2"

[features]
js = ["uuid/js"]

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"
features = ["serde"]

[dependencies.chrono]
version = "0.4.26"
features = [
    "clock",
    "std",
    "serde",
]
default-features = false

[dependencies.educe]
version = "0.5"
features = [
    "Hash",
    "PartialEq",
    "Eq",
    "PartialOrd",
    "Ord",
]
default-features = false

[dependencies.lazy_static]
version = "1.0"

[dependencies.ordered-float]
version = "5"
features = ["serde"]

[dependencies.regex]
version = "1.3"
features = ["std"]
default-features = false

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

[dependencies.staged-builder]
version = "0.2"

[dependencies.uuid]
version = "1.1"
features = ["serde"]

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