rsomics-quantile-transform 0.1.1

Quantile transformer — value-exact scikit-learn QuantileTransformer port mapping features to uniform or normal distributions
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 = "2024"
rust-version = "1.91"
name = "rsomics-quantile-transform"
version = "0.1.1"
authors = ["Zane Leong <efd@live.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quantile transformer — value-exact scikit-learn QuantileTransformer port mapping features to uniform or normal distributions"
readme = "README.md"
keywords = [
    "quantile",
    "normalization",
    "preprocessing",
    "genomics",
    "scikit-learn",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/omics-rust/rsomics-quantile-transform"

[lib]
name = "rsomics_quantile_transform"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "rsomics-quantile-transform"
path = "src/main.rs"

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

[[bench]]
name = "quantile_transform"
path = "benches/quantile_transform.rs"
harness = false

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.fast-float2]
version = "0.2"

[dependencies.rsomics-common]
version = "0.6"
features = ["rayon"]

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

[dev-dependencies.criterion]
version = "0.7"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tempfile]
version = "3"