# 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 = "fitsrs" version = "0.2.11" authors = ["Matthieu Baumann "] build = false exclude = ["samples/*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Implementation of the FITS image parser" homepage = "https://github.com/cds-astro/fitsrs/" documentation = "https://docs.rs/fitsrs" readme = "readme.md" keywords = ["fits"] categories = [ "science", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/cds-astro/fitsrs/" [profile.release] opt-level = 3 lto = true [lib] name = "fitsrs" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.66" [dependencies.byteorder] version = "1.4.2" [dependencies.futures] version = "0.3.24" [dependencies.nom] version = "7.1.1" [dependencies.quick-error] version = "2.0.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.test-case] version = "3.0.0" [dev-dependencies.tokio] version = "1.26.0" features = [ "rt", "macros", ]