ferray-core 0.4.9

N-dimensional array type and foundational primitives for ferray
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.88"
name = "ferray-core"
version = "0.4.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "N-dimensional array type and foundational primitives for ferray"
homepage = "https://github.com/dollspace-gay/ferray"
readme = "README.md"
keywords = [
    "numpy",
    "ndarray",
    "scientific-computing",
    "simd",
    "linear-algebra",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dollspace-gay/ferray"
resolver = "2"

[features]
bf16 = ["dep:half"]
chrono = ["dep:chrono"]
const_shapes = []
default = ["std"]
f16 = ["dep:half"]
serde = [
    "dep:serde",
    "ndarray/serde",
]
std = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]
optional = true
default-features = false

[dependencies.ferray-core-macros]
version = "0.4.9"

[dependencies.half]
version = "2.7"
optional = true

[dependencies.ndarray]
version = "0.17"

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.proptest]
version = "1.11"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

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

[dev-dependencies.toml]
version = "0.8"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]