# 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 = "cyclotomic" version = "0.2.0" authors = [ "romo ", "Kaashif Hymabaccus ", ] description = "high-performance library for exact operations in cyclotomic fields" homepage = "https://github.com/CyclotomicFields/cyclotomic" readme = "README.md" categories = ["mathematics"] license = "LGPL-3.0-only" repository = "https://github.com/CyclotomicFields/cyclotomic" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "docs/katex-header.html", ] [profile.release] debug = true [[bin]] name = "cyclobench" [dependencies.antic] version = "0.1" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.combinations] version = "0.1.0" [dependencies.divisors] version = "0.2.1" [dependencies.nom] version = "6.1.2" [dependencies.num] version = "0.2.1" [dependencies.num-traits] version = "0.2.12" [dependencies.quickcheck] version = "0.9" [dependencies.quickcheck_macros] version = "0.9" [dependencies.rand] version = "0.7.3" [dependencies.rand_chacha] version = "0.2.2" [dependencies.rug] version = "1.10.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.sexp] version = "1.1.4"