oxiproto-codegen 0.1.2

Pure Rust protobuf code generator from FileDescriptorSet to Rust structs/enums
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.89"
name = "oxiproto-codegen"
version = "0.1.2"
authors = ["COOLJAPAN OU (Team Kitasan)"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust protobuf code generator from FileDescriptorSet to Rust structs/enums"
readme = "README.md"
keywords = [
    "protobuf",
    "codegen",
    "prost",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxiproto"

[features]
default = []
format = [
    "dep:syn",
    "dep:prettyplease",
]

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

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

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

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

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

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

[[bench]]
name = "codegen"
path = "benches/codegen.rs"
harness = false

[dependencies.oxiproto-core]
version = "0.1.2"

[dependencies.prettyplease]
version = "0.2"
optional = true

[dependencies.prost-types]
version = "0.14.3"
default-features = false

[dependencies.syn]
version = "2"
features = ["full"]
optional = true

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.oxiproto-build]
version = "0.1.1"

[dev-dependencies.oxiproto-wkt]
version = "0.1.2"

[dev-dependencies.prost]
version = "0.14.3"
features = ["derive"]
default-features = false

[dev-dependencies.prost-build]
version = "0.14.3"

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

[dev-dependencies.syn]
version = "2"
features = [
    "full",
    "full",
]

[build-dependencies.prost-build]
version = "0.14.3"