# 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 = "2018" name = "arithmetic_congruence_monoid" version = "1.2.1" authors = ["cryptomiracle"] description = "Реализует арифметические конгруэнтные моноиды (ACM) в проекте на основе YAML." documentation = "https://docs.example.com/acm" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/FullPlay0/acm2" [lib] name = "arithmetic_congruence_monoid" path = "src/lib.rs" [dependencies.clap] version = "2.33.3" [dependencies.eframe] version = "0.15" [dependencies.egui] version = "0.15" [dependencies.iced] version = "0.12" [dependencies.rayon] version = "1.5" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.winapi] version = "0.3" features = ["winuser"]