# 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 = "gazenot" version = "0.3.3" description = "Gaze Not Into The Abyss, Lest You Become A Release Engineer" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/axodotdev/gazenot" [dependencies.axoasset] version = "1.0.0" features = [ "json-serde", "remote", ] optional = true [dependencies.backon] version = "0.4.1" optional = true [dependencies.camino] version = "1.1.6" optional = true [dependencies.miette] version = "7.2.0" [dependencies.schemars] version = "0.8.11" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.12.0" features = ["full"] optional = true [dependencies.tracing] version = "0.1.36" features = ["log"] optional = true [dependencies.url] version = "2.5.0" features = ["serde"] optional = true [features] client_lib = [ "axoasset", "url", "tracing", "tokio", "camino", "axoasset", "backon", ] default = ["client_lib"] tls-native-roots = ["axoasset/tls-native-roots"] [lints.clippy] result_large_err = "allow"