# 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 = "cx-api" version = "0.2.1" authors = ["The YAK team at Coralogix"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Coralogix Management API Proxies. Support package for cx-sdk" readme = "README.md" keywords = [ "api-bindings", "coralogix", "log", "management", "sdk", ] categories = [ "api-bindings", "development-tools::debugging", "config", ] license = "Apache-2.0" repository = "https://github.com/coralogix/coralogix-management-sdk" [lib] name = "cx_api" path = "src/lib.rs" doctest = false [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.prost-wkt] version = "0.6" [dependencies.prost-wkt-types] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tonic] version = "0.12" features = [ "gzip", "prost", "tls", "tls-roots", ] [build-dependencies.prost-wkt-build] version = "0.6" [build-dependencies.tonic-build] version = "0.12" features = ["prost"] [features] actions = [] alert_scheduler = [] alerts = [] api_keys = [] dashboards = [] data_usage = [] dataprime = [] default = [ "actions", "alert_scheduler", "alerts", "api_keys", "dashboards", "data_usage", "dataprime", "e2m", "enrichment", "extensions", "groups", "integrations", "metrics_configurator", "outgoing_webhooks", "quota", "retentions", "rules", "scopes", "slos", "tags", "target", "team", "views", ] e2m = [] enrichment = [] extensions = [] groups = [] integrations = [] metrics_configurator = [] outgoing_webhooks = [] quota = [] retentions = [] rules = [] scopes = [] slos = [] tags = [] target = [] team = [] views = [] [lints.clippy] large_enum_variant = "allow"