exodata-core 0.2.0

Core data loading, metadata, insight, and table logic for Exoplanets Catalog
# 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 = "2024"
name = "exodata-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core data loading, metadata, insight, and table logic for Exoplanets Catalog"
homepage = "https://exodata.space"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/oiwn/exoplanets-catalog"
resolver = "2"

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

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

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

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

[dependencies.exo-types]
version = "0.1.0"
package = "exodata-types"

[dependencies.polars]
version = "0.53"
features = [
    "lazy",
    "temporal",
    "timezones",
    "parquet",
    "sql",
]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"