# 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 = "bomboni_proto" version = "0.1.61" authors = ["Tin Rabzelj "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for working with Protobuf/gRPC. Part of Bomboni library." homepage = "https://github.com/tinrab/bomboni" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/tinrab/bomboni" [lib] name = "bomboni_proto" path = "src/lib.rs" [[test]] name = "prost" path = "tests/prost.rs" [dependencies.bomboni_common] version = "0.1.61" features = ["serde"] [dependencies.chrono] version = "0.4.38" optional = true [dependencies.http] version = "1.1.0" optional = true [dependencies.pot] version = "3.0.1" [dependencies.prost] version = "0.13.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.time] version = "0.3.36" features = [ "serde", "formatting", "parsing", ] [dependencies.tonic] version = "0.12.3" optional = true [dev-dependencies.serde_json] version = "1.0.128" [build-dependencies.bomboni_prost] version = "0.1.61" [build-dependencies.prost-build] version = "0.13.3" [features] chrono = [ "dep:chrono", "bomboni_common/chrono", ] default = ["testing"] js = ["bomboni_common/js"] testing = [] tonic = [ "dep:tonic", "dep:http", ] wasm = [ "bomboni_common/wasm", "dep:wasm-bindgen", "dep:js-sys", "dep:serde-wasm-bindgen", "dep:bomboni_wasm", ] [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.bomboni_wasm] version = "0.1.61" features = ["derive"] optional = true [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.js-sys] version = "0.3.70" optional = true [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.serde-wasm-bindgen] version = "0.6.5" optional = true [target.'cfg(all(target_family = "wasm", not(any(target_os = "emscripten", target_os = "wasi"))))'.dependencies.wasm-bindgen] version = "0.2.93" optional = true