# 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" rust-version = "1.81" name = "cdshealpix" version = "0.7.3" authors = ["F.-X. Pineau "] build = false exclude = [ "makeDoc.bash", "resources/4doc", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Rust implementation of the HEALPix tesselation. """ readme = "README.md" categories = [ "algorithms", "science", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/cds-astro/cds-healpix-rust/" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "katex.html", ] [lib] name = "cdshealpix" path = "src/lib.rs" test = true doctest = true bench = true doc = true [[bench]] name = "nested_hash" path = "benches/nested_hash.rs" harness = false [[bench]] name = "zordercurve" path = "benches/zordercurve.rs" harness = false [dependencies.base64] version = "0.21" [dependencies.byteorder] version = "1.4.3" [dependencies.colorous] version = "1.0" [dependencies.flate2] version = "1.0" [dependencies.itertools] version = "0.13" [dependencies.katex-doc] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.mapproj] version = "0.3" [dependencies.num] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.png] version = "0.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.rand] version = "0.8" [features]