# 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 = "2018" name = "nydus-error" version = "0.2.3" authors = ["The Nydus Developers"] description = "Error handling utilities for Nydus Image Service" homepage = "https://nydus.dev/" readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/dragonflyoss/image-service" resolver = "2" [package.metadata.docs.rs] all-features = true targets = [ "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu", "aarch64-apple-darwin", ] [dependencies.backtrace] version = "0.3" [dependencies.httpdate] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.110" features = [ "serde_derive", "rc", ] [dependencies.serde_json] version = "1.0.53"