serde_cef 0.1.0

CEF serialization using serde.
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 = "serde_cef"
version = "0.1.0"
authors = ["OVH SAS <github@ovh.net>"]
description = "CEF serialization using serde."
readme = "README.md"
keywords = ["serde", "CEF"]
license = "BSD-3-Clause"
license-file = "LICENSE"
repository = "https://github.com/cdumay/rust-serde_cef"
[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.regex]
version = "1.1"

[dependencies.serde]
version = "1.0"

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

[dependencies.serde-value-flatten]
version = "0.1"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[features]
ovh-ldp = ["serde-value-flatten/ovh-ldp"]