# 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 = "waj" version = "0.3.0" authors = ["Matthieu Gautier "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "waj" description = "Store a web site in a package" readme = "README.md" keywords = [ "web-archive", "static-website", "container", ] categories = [ "command-line-utilities", "compression", ] license = "MIT" repository = "https://github.com/jubako/waj" [[bin]] name = "auto_serve" path = "src/bin/auto_serve.rs" [[bin]] name = "waj" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.0.32" features = [ "derive", "cargo", ] [dependencies.clap_complete] version = "4.5.0" [dependencies.clap_mangen] version = "0.2.20" [dependencies.const_format] version = "0.2.33" [dependencies.env_logger] version = "0.11.5" [dependencies.git-version] version = "0.3.9" [dependencies.human-panic] version = "2.0.2" [dependencies.indicatif] version = "0.17.3" [dependencies.jbk] version = "0.3.3" features = ["clap"] package = "jubako" [dependencies.log] version = "0.4.20" [dependencies.waj] version = "0.3.0" package = "libwaj"