# 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" version = "1.0.1" authors = ["Samuel Boyden "] description = "The Rust logger integration for CodeCTRL" homepage = "https://codectrl.authentura.com" readme = "README.md" license = "MIT" repository = "https://github.com/Authentura/codectrl-rust-logger" [dependencies.anyhow] version = "1.0" [dependencies.backtrace] version = "0.3" [dependencies.ciborium] version = "0.2" [dependencies.codectrl-protobuf-bindings] version = "0.8.2" [dependencies.futures-util] version = "0.3" [dependencies.hashbag] version = "0.1.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "net", "rt-multi-thread", "io-util", ] [dependencies.tonic] version = "0.7" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1.18" features = [ "net", "rt-multi-thread", "io-util", ]