# 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 = "mod-compatibility-checker" version = "0.1.1" authors = ["Lasm Gratel"] description = "Checks Minecraft server-client mod compatibility" homepage = "https://github.com/LasmGratel/mod-compatibility-checker" documentation = "https://docs.rs/mod-compatibility-checker" readme = "README.md" license = "MIT" repository = "https://github.com/LasmGratel/mod-compatibility-checker" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.async_zip] version = "0.0.7" [dependencies.blake3] version = "1" features = ["rayon"] [dependencies.clap] version = "3" features = ["derive"] [dependencies.crossbeam-channel] version = "0.5" [dependencies.futures] version = "0.3" features = ["thread-pool"] [dependencies.memmap2] version = "0.5" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.num_cpus] version = "1" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.18" features = [ "rt-multi-thread", "macros", "io-std", "io-util", "fs", ] [dependencies.tokio-stream] version = "0.1" features = ["fs"] [dependencies.vc-ltl] version = "5.0"