# 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 = "2018" name = "artushak-web-assets" version = "0.2.0" authors = ["Artiom Khandamirov "] description = "Asset file manager" readme = "README.md" keywords = ["assets"] categories = [ "web-programming", "filesystem", "caching", ] license = "Apache-2.0" repository = "https://github.com/artushak/artushak_web_assets/" [dependencies.backtrace] version = "0.3" [dependencies.base64] version = "0.21" [dependencies.blake3] version = "1" [dependencies.log] version = "0.4" [dependencies.path-dedot] version = "3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.tempfile] version = "3"