# 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 = "cdragon-cdn" version = "0.2.0" authors = ["BenoƮt Ryder "] description = "Download League of Legends files from Riot CDN" homepage = "https://www.communitydragon.org" readme = "README.md" keywords = [ "cdragon", "cdn", ] license = "MIT OR Apache-2.0" repository = "https://github.com/CommunityDragon/cdragon-rs" [dependencies.cdragon-rman] version = "0.2" [dependencies.cdragon-utils] version = "0.2" features = ["guarded_file"] [dependencies.memmap] version = "0.7" [dependencies.pathdiff] version = "0.2" optional = true [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.sha1_smol] version = "1" features = ["std"] optional = true [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dependencies.zstd] version = "0.13" [features] default = [] storage = [ "dep:pathdiff", "dep:sha1_smol", ]