# 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 = "rosey" version = "2.0.1" description = "Generate a translated version of your website based on the translation of tagged elements." license = "MIT" [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0" [dependencies.base64] version = "0.13.0" [dependencies.charabia] version = "0.6.0" [dependencies.clap] version = "2.33.0" [dependencies.figment] version = "0.10.7" features = [ "env", "toml", "json", "yaml", ] [dependencies.globwalk] version = "0.8.1" [dependencies.html5ever] version = "0.25.1" [dependencies.kuchiki] version = "0.8.1" [dependencies.notify] version = "5.0.0" [dependencies.portpicker] version = "0.1" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.sha2] version = "0.9.8" [dependencies.tokio] version = "1.10" features = [ "macros", "rt-multi-thread", "time", ]