# 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 = "estuary" version = "0.1.1" authors = ["Owen Nelson "] description = "An alternative cargo registry suitable for *small-scale* crate publishing and distribution." homepage = "https://github.com/onelson/estuary" keywords = ["registry", "packaging", "dependencies", "index"] categories = ["web-programming::http-server", "development-tools", "rust-patterns"] license = "Apache-2.0/MIT" repository = "https://github.com/onelson/estuary" [dependencies.actix-files] version = "0.4.1" [dependencies.actix-web] version = "3.3.2" [dependencies.anyhow] version = "1.0" [dependencies.askama] version = "0.10.5" features = ["with-actix-web"] [dependencies.askama_actix] version = "0.11.1" [dependencies.byteorder] version = "1.3.4" [dependencies.dotenv] version = "0.15.0" optional = true [dependencies.env_logger] version = "0.8.2" [dependencies.git2] version = "0.13.12" [dependencies.log] version = "0.4.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.9.2" [dependencies.structopt] version = "0.3.21" [dev-dependencies.actix-rt] version = "1.1.1" [dev-dependencies.tempdir] version = "0.3.7"