yscv 0.1.4

Rust computer vision and deep learning framework
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 = "yscv"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust computer vision and deep learning framework"
readme = false
keywords = [
    "tensor",
    "simd",
    "deep-learning",
    "image-processing",
    "neon",
]
categories = [
    "computer-vision",
    "science",
    "algorithms",
    "multimedia",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nickstienz/yscv"
resolver = "2"

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

[dependencies.yscv-autograd]
version = "0.1"

[dependencies.yscv-cli]
version = "0.1"

[dependencies.yscv-detect]
version = "0.1"

[dependencies.yscv-eval]
version = "0.1"

[dependencies.yscv-imgproc]
version = "0.1"

[dependencies.yscv-kernels]
version = "0.1"

[dependencies.yscv-model]
version = "0.1"

[dependencies.yscv-onnx]
version = "0.1"

[dependencies.yscv-optim]
version = "0.1"

[dependencies.yscv-recognize]
version = "0.1"

[dependencies.yscv-tensor]
version = "0.1"

[dependencies.yscv-track]
version = "0.1"

[dependencies.yscv-video]
version = "0.1"

[lints.clippy]
if_same_then_else = "allow"
large_enum_variant = "allow"
needless_range_loop = "allow"
new_without_default = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
unsafe_code = "deny"