parsec_access 3.1.0

Access the PARSEC database for stellar evolutionary trajectories.
Documentation
# 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 = "parsec_access"
version = "3.1.0"
authors = ["The Comamba <thecomamba@jojoheinze.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Access the PARSEC database for stellar evolutionary trajectories."
readme = "README.md"
keywords = [
    "parsec",
    "astronomy",
]
categories = [
    "database",
    "science",
]
license = "MIT"
repository = "https://github.com/TheComamba/ParsecAccess"

[lib]
name = "parsec_access"
path = "src/lib.rs"

[[test]]
name = "getters"
path = "tests/getters.rs"

[[test]]
name = "performance"
path = "tests/performance.rs"

[[test]]
name = "physics"
path = "tests/physics.rs"

[[test]]
name = "readme_test"
path = "tests/readme_test.rs"

[dependencies.astro_units]
version = "1.0"
features = []
default-features = false

[dependencies.etcetera]
version = "0.11.0"
default-features = false

[dependencies.flate2]
version = "1.0"
features = [
    "rust_backend",
    "zlib-ng-compat",
]
default-features = false

[dependencies.glob]
version = "0.3.0"
default-features = false

[dependencies.lazy_static]
version = "1.4"
default-features = false

[dependencies.rayon]
version = "1.8"
default-features = false

[dependencies.tar]
version = "0.4.0"
default-features = false

[dependencies.uom]
version = "0.38.0"
features = [
    "f64",
    "si",
    "std",
]
default-features = false

[dependencies.ureq]
version = "3.0"
features = ["rustls"]

[dev-dependencies.serial_test]
version = "3.0.0"