# 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 = "c-at-e-file-server-cli" version = "0.0.2-main" description = "Uploads files to Fastly for serving directly from within Compute@Edge applications. Upload any type of file: images, text, video etc and serve directly from Fastly. It is ideal for serving files built from a static site generator such as 11ty." readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/jakeChampion/c-at-e-file-server" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "4.0.10" [dependencies.fastly-api] version = "1.0.0-beta.0" [dependencies.futures] version = "0.3.24" [dependencies.httpdate] version = "1.0.2" [dependencies.indicatif] version = "0.17.1" [dependencies.openssl] version = "0.10.42" features = ["vendored"] [dependencies.percent-encoding] version = "2.2.0" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.reqwest] version = "0.11" features = [ "json", "stream", ] [dependencies.serde] version = "1.0.145" [dependencies.serde_derive] version = "1.0.145" [dependencies.serde_json] version = "1.0.86" [dependencies.sha2] version = "0.10.6" [dependencies.simple-error] version = "0.2.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml_edit] version = "0.14.4" [dependencies.walkdir] version = "2.3.2"