prototext 0.2.0

Lossless protobuf ↔ enhanced-textproto converter
# 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"
name = "prototext"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lossless protobuf ↔ enhanced-textproto converter"
readme = "README.md"
keywords = [
    "protobuf",
    "proto",
    "textproto",
    "cli",
]
categories = [
    "command-line-utilities",
    "encoding",
]
license = "MIT"
repository = "https://github.com/ThalesGroup/prototools"

[package.metadata.docs.rs]
targets = []

[features]
default = [
    "protox",
    "wkt-db",
]
prebuilt-wkt = []
protox = ["dep:protox"]
wkt-db = []

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

[[bin]]
name = "prototext"
path = "src/main.rs"

[[bin]]
name = "prototext-gen-man"
path = "src/gen_man.rs"

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

[[test]]
name = "protocraft"
path = "tests/protocraft.rs"
harness = false

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"
features = ["unstable-dynamic"]

[dependencies.clap_mangen]
version = "0.2"

[dependencies.globset]
version = "0.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.prost]
version = "0.14"

[dependencies.prost-reflect]
version = "0.16"

[dependencies.prost-types]
version = "0.14"

[dependencies.prototext-core]
version = "0.2.0"
features = ["prost-bug-workaround"]

[dependencies.prototext-graph]
version = "0.2.0"

[dependencies.rkyv]
version = "0.8"
features = ["little_endian"]

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.walkdir]
version = "2"

[dependencies.workspace-hack]
version = "0.1"

[dev-dependencies.prost]
version = "0.14"

[dev-dependencies.prost-reflect]
version = "0.16"

[dev-dependencies.prost-types]
version = "0.14"

[dev-dependencies.toml]
version = "0.8"

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

[build-dependencies.protox]
version = "0.9"
optional = true