# 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 = "maph" version = "0.8.1" description = "Maths package for use with personal stuff, but like, you can totally use it! If you want! There's even some light documentation now!" readme = "README.md" license = "MIT" repository = "https://github.com/delphine-birch/maph" [profile.release-with-debug] debug = true inherits = "release" [[bench]] name = "rationals" harness = false [dependencies.bimap] version = "0.6.2" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dev-dependencies.criterion] version = "0.4"