peprs-eido 0.1.0

JSON-schema validation for PEP projects (eido extensions)
# 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 = "peprs-eido"
version = "0.1.0"
authors = ["Oleksandr Khoroshevskyi"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON-schema validation for PEP projects (eido extensions)"
homepage = "https://pep.databio.org/"
readme = false
license = "MIT"
repository = "https://github.com/khoroshevskyi/peprs"

[features]
default = ["native"]
native = [
    "peprs-core/native",
    "dep:ureq",
]

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

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

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

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

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

[dependencies.jsonschema]
version = "0.29"
default-features = false

[dependencies.peprs-core]
version = "0.1.0"
features = [
    "csv",
    "json",
]
default-features = false

[dependencies.polars]
version = "0.51.0"
features = [
    "lazy",
    "is_in",
    "replace",
    "strings",
    "concat_str",
    "dtype-full",
    "polars-ops",
    "zip_with",
]
default-features = false

[dependencies.polars-jsonschema-bridge]
version = "0.7.0"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tracing]
version = "0.1.44"

[dependencies.ureq]
version = "3.1.2"
optional = true

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.rstest]
version = "0.26.1"