bo4e-core 0.2.0

Core types for BO4E (Business Objects for Energy)
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 = "2021"
rust-version = "1.75"
name = "bo4e-core"
version = "0.2.0"
authors = ["Hochfrequenz Unternehmensberatung GmbH"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core types for BO4E (Business Objects for Energy)"
readme = false
keywords = [
    "bo4e",
    "energy",
    "edi",
    "bdew",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/hochfrequenz/bo4e-rust"

[features]
default = []
json-schema = [
    "schemars",
    "serde_json",
]

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

[[bin]]
name = "generate_schema"
path = "src/bin/generate_schema.rs"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.schemars]
version = "0.8"
features = ["chrono"]
optional = true

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

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

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