# 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 = "gin-tonic" version = "0.5.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "main gin-tonic crate - rust protobuf with gin and tonic" readme = "README.md" keywords = [ "grpc", "protobuf", "tonic", ] license = "MIT" repository = "https://github.com/cemoktra/gin-tonic/" [lib] name = "gin_tonic" path = "src/lib.rs" [[bench]] name = "gin_tonic" path = "benches/gin_tonic.rs" harness = false [[bench]] name = "prost" path = "benches/prost.rs" harness = false [dependencies.bytes] version = "1.6.0" [dependencies.gin-tonic-core] version = "0.5.3" [dependencies.gin-tonic-derive] version = "0.5.3" [dependencies.heck] version = "0.5.0" [dependencies.proc-macro2] version = "1.0.85" [dependencies.protox] version = "0.7.0" [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66" features = ["full"] [dependencies.thiserror] version = "1.0.61" [dependencies.tonic] version = "0.12.0" features = ["codegen"] default-features = false [dependencies.tonic-build] version = "0.12.0" [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.prost] version = "0.13.1" [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] default = [] uuid_bytes = ["gin-tonic-core/uuid_bytes"] uuid_string = ["gin-tonic-core/uuid_string"] [lints.clippy] cast_possible_truncation = "warn" unwrap_used = "deny" [lints.rust]