# 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 = "aspiesolutions_error" version = "0.1.2" description = "The error library for aspiesolutions" license = "MIT" [dependencies.reqwest] version = "0.11.13" optional = true [dependencies.rmp-serde] version = "1.1.1" [dependencies.rocket] version = "0.5.0-rc.2" optional = true [dependencies.sea-orm] version = "0.10.5" optional = true default-features = false [dependencies.serde] version = "1.0.149" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.37" [features] reqwest = ["dep:reqwest"] rocket = ["dep:rocket"] serde = ["dep:serde"]