# 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" rust-version = "1.79" name = "twurst-error" version = "0.0.1" authors = ["Thomas Pellissier-Tanon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Twirp error struct" readme = "README.md" license = "Apache-2.0" [lib] name = "twurst_error" path = "src/lib.rs" [dependencies.axum-core-04] version = "0.4.5" optional = true package = "axum-core" [dependencies.http] version = "1" optional = true [dependencies.serde] version = "1.0.132" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [features] axum-07 = [ "dep:axum-core-04", "http", ] http = [ "dep:http", "dep:serde_json", "serde", ] serde = ["dep:serde"]