# 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 = "iner-calc" version = "0.1.3" description = "A caculator of Arknights 2024 summer carnival's *Sargon Museum*." readme = "README.md" license = "MIT" repository = "https://github.com/Hapenia-Lans/arknights-iner-calc" [[bench]] name = "bench1" harness = false [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.factorial] version = "0.4.0" [dependencies.indicatif] version = "0.17.8" features = ["rayon"] [dependencies.itertools] version = "0.13.0" [dependencies.rayon] version = "1.10.0" [dev-dependencies.criterion] version = "0.5.1"