[package] name = "fast-assets" version = "0.1.7" edition = "2021" readme = "README.md" description = "Easy to use Assets Manager" keywords = ["assets", "zip"] repository = "https://github.com/eVisualUser/fast-assets" license = "MIT" [dependencies] regex = "1.7.1" rayon = "1.7.0" pollster = "0.3.0" # Files Formats json = "0.12.4" pro_csv = "0.1.1" # Compression Formats zip = "0.6.4" # Web Download curl = "0.4.44"