cnvx-core 0.0.1

core traits for cnvx optimization 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 = "cnvx-core"
version = "0.0.1"
authors = ["chriso345"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "core traits for cnvx optimization library"
readme = "README.md"
keywords = [
    "optimization",
    "linear-programming",
    "convex",
]
license = "MIT"
repository = "https://github.com/chriso345/cnvx"
resolver = "2"

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

[dependencies]

[lints]