# 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 = "acm" version = "0.1.4" authors = ["Nils Olsson "] description = "Arithmetic congruence monoid implementation in Rust" homepage = "https://github.com/nilsso/acm_rust/" documentation = "https://docs.rs/0.1.0/acm/" readme = "README.md" license = "MIT" repository = "https://github.com/nilsso/acm_rust/" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "katex-header.html"] [lib] name = "acm" path = "src/acm.rs" [[bin]] name = "acm-cli" path = "src/acm-cli.rs" [dependencies.clap] version = "2.33" features = ["yaml"] [dependencies.failure] version = "0.1" [dependencies.num-bigint] version = "0.3.0" [dependencies.num-traits] version = "0.2.12"