# 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 = "fixed-polynomial" version = "0.1.0" description = "Polynomial arithmetic functions with compile-time degree checks" readme = "README.md" license = "MIT" repository = "https://github.com/MavenRain/fixed-polynomial" [dependencies.derive_more] version = "0.99" [dependencies.generic-array] version = "0.14" [dependencies.num-traits] version = "0.2" [dependencies.proptest] version = "1.1" [dependencies.typenum] version = "1.12" [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9"