# 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 = "densky" version = "0.1.0" description = "Densky is the backend framework for Deno" homepage = "https://github.com/Densky-Framework/core" documentation = "https://docs.densky.apika.me" license = "MIT" repository = "https://github.com/Densky-Framework/core" resolver = "1" [[bin]] name = "densky" path = "src/main.rs" [dependencies.ahash] version = "0.8.3" [dependencies.anstyle] version = "1.0.0" [dependencies.clap] version = "4.3.3" features = [ "cargo", "unstable-styles", ] [dependencies.densky-core] version = "0.1.0" [dependencies.indicatif] version = "0.17.5" [dependencies.recv-dir] version = "0.2.0" [dependencies.signal-hook] version = "0.3" [dependencies.ureq] version = "2.6.2"