# 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-app" version = "0.3.2" authors = ["The Nydus Developers"] build = "build.rs" description = "Application framework for Nydus Image Service" readme = "README.md" license = "Apache-2.0 OR BSD-3-Clause" repository = "https://github.com/dragonflyoss/image-service" resolver = "2" [dependencies.flexi_logger] version = "0.23" features = ["compress"] [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.log-panics] version = "2.1.0" features = ["with-backtrace"] [dependencies.nix] version = "0.24" [dependencies.nydus-error] version = "0.2" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.110" features = ["serde_derive"] [build-dependencies.time] version = "0.3.14" features = ["formatting"]