dc_bundle 0.38.2

Provides the DesignCompose Bundle and Definition
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.68"
name = "dc_bundle"
version = "0.38.2"
authors = ["DesignCompose Team <aae-design-compose@google.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides the DesignCompose Bundle and Definition"
homepage = "https://google.github.io/automotive-design-compose"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/google/automotive-design-compose"

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

[dependencies.log]
version = "0.4"

[dependencies.protobuf]
version = "3.2.0"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.tempfile]
version = "3.3.0"

[build-dependencies.protobuf-codegen]
version = "3.2.0"