bo4e 0.2.0

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

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

[[example]]
name = "market_location"
path = "examples/market_location.rs"

[[example]]
name = "meter_roundtrip"
path = "examples/meter_roundtrip.rs"

[[test]]
name = "golden"
path = "tests/golden.rs"

[dependencies.bo4e-core]
version = "0.2.0"

[dependencies.bo4e-serde]
version = "0.2.0"

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