ariadnetor-core 0.0.4

Core traits and types for ariadnetor tensor library
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"
name = "ariadnetor-core"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core traits and types for ariadnetor tensor library"
readme = "README.md"
keywords = [
    "tensor",
    "tensor-network",
    "backend",
    "traits",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ultimatile/ariadnetor"
resolver = "2"

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

[dependencies.dashmap]
version = "6.1"

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

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

[dependencies.once_cell]
version = "1.20"

[dependencies.thiserror]
version = "2"

[lints.rust]
dead_code = "forbid"
unreachable_pub = "warn"