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 = "rust_c3"
version = "0.3.0"
build = false
include = [
    "README.md",
    "src/**/*.rs",
    "src/c3_color.npy",
    "src/c3_a.npy",
    "src/c3_t.npy",
    "benches/**/*",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C3 for Rust"
homepage = "https://www.github.com/simonwarchol/rust_c3"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://www.github.com/simonwarchol/rust_c3"

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

[[bin]]
name = "rust_c3"
path = "src/main.rs"

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

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

[dependencies.kd-tree]
version = "0.5.1"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.ndarray-npy]
version = "0.8.1"

[dependencies.typenum]
version = "1.16.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]