# 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 = "moc" version = "0.15.0" authors = [ "F.-X. Pineau ", "Matthieu Baumann ", ] exclude = ["resources"] description = """ Library made to create and manipulate HEALPix Multi-Order Coverages maps (MOCs), see https://ivoa.net/documents/MOC/ """ homepage = "https://github.com/cds-astro/cds-moc-rust/" documentation = "https://docs.rs/moc" readme = "README.md" keywords = [ "healpix", "moc", ] categories = [ "science", "data-structures", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/cds-astro/cds-moc-rust/" [profile.bench] opt-level = 3 [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "debuginfo" [lib] name = "moc" path = "src/lib.rs" test = true doctest = true bench = true [[bench]] name = "ranges2cells" harness = false [[bench]] name = "moc_and" harness = false [[bench]] name = "moc_or" harness = false [[bench]] name = "moc_minus" harness = false [[bench]] name = "moc_multi_or" harness = false [dependencies.byteorder] version = "1.4.3" [dependencies.flate2] version = "1.0.22" [dependencies.healpix] version = "0.6.8" package = "cdshealpix" [dependencies.mapproj] version = "0.3" [dependencies.nom] version = "7.1.3" [dependencies.num] version = "0.4.1" [dependencies.png] version = "0.17" [dependencies.quick-error] version = "2.0.1" [dependencies.rayon] version = "1.5.1" [dependencies.serde_json] version = "1.0" [dependencies.slab] version = "0.4" optional = true [dependencies.stc-s] version = "0.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand] version = "0.8.3" [features] default = [] storage = ["dep:slab"]