obake 1.0.5

Versioned data-structures for Rust
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 = "obake"
version = "1.0.5"
authors = ["Nathan Corbyn <me@nathancorbyn.com>"]
include = [
    "Cargo.toml",
    "src/**/*.rs",
    "../README.md",
    "../LICENSE-APACHE",
    "../LICENSE-MIT",
]
description = "Versioned data-structures for Rust"
homepage = "https://github.com/doctorn/obake"
documentation = "https://docs.rs/obake/"
readme = "README.md"
keywords = [
    "versioning",
    "config",
    "serialization",
    "no_std",
]
categories = ["config"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/doctorn/obake"

[lib]
name = "obake"

[dependencies.obake_macros]
version = "1.0"

[dev-dependencies.obake_macros]
version = "1.0"
features = ["serde"]

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

[features]
default = []
serde = ["obake_macros/serde"]