# 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 = "kickable" version = "0.5.39" authors = ["Hector Gray "] exclude = [ "src/bin/deprecated", "scripts", "score", "*.hcl", "docker", "depot.json", "cloudbuild.yaml", "buildspec.yml", "renovate.json", "bob.yaml", ".changes", ".*", ] description = "kickable is a crate created to answer the age old question... Can I kick it?" documentation = "https://docs.rs/kickable" readme = "README.md" keywords = [ "kick", "kickable", "it", "can", ] license = "CC0-1.0" repository = "https://github.com/defstream/kickable-rs" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" strip = "debuginfo" [dependencies.anyhow] version = "1.0.79" [dependencies.async-std] version = "1.12.0" features = ["attributes"] [dependencies.async-trait] version = "0.1.77" [dependencies.axum] version = "0.7.4" [dependencies.axum-tracing-opentelemetry] version = "0.16.0" [dependencies.clap] version = "4.4.16" features = ["derive"] [dependencies.env_logger] version = "0.10.1" [dependencies.exitcode] version = "1.1.2" [dependencies.fluent] version = "0.16.0" [dependencies.gotham] version = "0.7.2" [dependencies.graphul] version = "1.0.1" [dependencies.hyper] version = ">=0.14.28" features = [ "http1", "http2", "runtime", "server", "stream", ] [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.opentelemetry] version = "0.21.0" [dependencies.poem] version = "1.3.59" [dependencies.prost] version = "0.12.3" [dependencies.rocket] version = "0.5.0" [dependencies.rouille] version = "3.6.2" [dependencies.rust-embed] version = "8.2.0" [dependencies.serde] version = "1.0.194" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.serde_yaml] version = "0.9" [dependencies.time] version = ">=0.3.31" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.tonic] version = "0.10.2" [dependencies.tower] version = "0.4.13" features = [ "util", "timeout", "load-shed", "limit", ] [dependencies.tower-http] version = "0.5.1" features = ["trace"] [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.unic-langid] version = "0.9.4" features = ["macros"] [dependencies.viz] version = "0.4.17" [dependencies.warp] version = "0.3.6" [dev-dependencies.assert_cli] version = "0.6.3" [build-dependencies.tonic-build] version = "0.10.2" [features] complete = []