# 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-api" version = "0.3.1" authors = ["The Nydus Developers"] description = "APIs 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" [dependencies.backtrace] version = "0.3" optional = true [dependencies.dbs-uhttp] version = "0.3.0" optional = true [dependencies.http] version = "0.2.1" optional = true [dependencies.lazy_static] version = "1.4.0" optional = true [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.8" [dependencies.mio] version = "0.8" features = [ "os-poll", "os-ext", ] optional = true [dependencies.serde] version = "1.0.110" features = [ "rc", "serde_derive", ] [dependencies.serde_json] version = "1.0.53" [dependencies.toml] version = "0.5" [dependencies.url] version = "2.1.1" optional = true [dev-dependencies.vmm-sys-util] version = "0.11" [features] error-backtrace = ["backtrace"] handler = [ "dbs-uhttp", "http", "lazy_static", "mio", "url", ]