# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ajour-core" version = "1.0.1" authors = ["Casper Rogild Storm"] description = "Core library for Ajour" homepage = "https://github.com/ajour/ajour" license = "MIT" repository = "https://github.com/ajour/ajour" [[bin]] name = "fingerprint_addon" [[bin]] name = "parse_addon_directory" [[bin]] name = "parse_toc" [dependencies.async-std] version = "1.9.0" features = ["unstable"] [dependencies.async-trait] version = "0.1.42" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.dirs-next] version = "2.0.0" [dependencies.dyn-clone] version = "1.0.4" [dependencies.fancy-regex] version = "0.5.0" [dependencies.fern] version = "0.6" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3.0" [dependencies.iced_native] version = "0.3" optional = true [dependencies.isahc] version = "1.1.0" features = ["json"] [dependencies.log] version = "0.4" [dependencies.num_cpus] version = "1.13.0" [dependencies.once_cell] version = "1.6.0" [dependencies.path-slash] version = "0.1.4" [dependencies.rayon] version = "1.5.0" [dependencies.regex] version = "1.4.3" [dependencies.retry] version = "1.2" [dependencies.serde] version = "1.0.123" features = ["derive"] [dependencies.serde_json] version = "1.0.62" [dependencies.serde_yaml] version = "0.8.17" [dependencies.tar] version = "0.4.33" [dependencies.thiserror] version = "1.0" [dependencies.walkdir] version = "2.3" [dependencies.zip] version = "0.5.10" [dependencies.zstd] version = "0.6.1" features = ["zstdmt"] [features] default = [] gui = ["iced_native"] [target."cfg(target_os = \"macos\")".dependencies.flate2] version = "1.0" [target."cfg(target_os = \"macos\")".dependencies.tar] version = "0.4"