# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bunbun" version = "0.8.0" authors = ["Edward Shen "] exclude = ["/aux/"] description = "Re-implementation of bunny1 in Rust" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/edward-shen/bunbun" [profile.release] lto = true [dependencies.actix-rt] version = "1.1" [dependencies.actix-web] version = "3.0" [dependencies.clap] version = "3.0.0-beta.1" features = ["wrap_help"] [dependencies.dirs] version = "3.0" [dependencies.handlebars] version = "3.5" [dependencies.hotwatch] version = "0.4" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.simple_logger] version = "1.3" [dev-dependencies.tempfile] version = "3.1"