# 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 = "codectrl-bindings-native" version = "0.0.0" authors = ["Samuel Boyden "] description = "Generate Rust protobuf bindings for use with CodeCTRL and the Rust logger" homepage = "https://codectrl.authentura.com" license = "MIT" repository = "https://github.com/Authentura/codectrl-rust-protobuf-bindings" [dependencies.prost] version = "0.10" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tonic] version = "0.7" [dependencies.uuid] version = "1.1" features = [ "v4", "fast-rng", "macro-diagnostics", ] [build-dependencies.prost-build] version = "0.10" [build-dependencies.tonic-build] version = "0.7"