rlay_ontology_build 0.2.3

Rlay ontology model
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]
name = "rlay_ontology_build"
version = "0.2.3"
authors = ["Maximilian Goisser <goisser94@gmail.com>"]
description = "Rlay ontology model"
license = "MIT OR Apache-2.0"

[lib]
path = "src/lib.rs"
[dependencies.heck]
version = "0.3.0"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde]
version = "1.0.66"
default-features = false

[dependencies.serde_derive]
version = "1.0.66"

[dependencies.serde_json]
version = "1.0.27"
optional = true

[dependencies.syn]
version = "1.0"
features = ["full", "extra-traits"]

[features]
default = ["std"]
std = ["serde_json"]