[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"]