[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "cutup"
path = "src/main.rs"
[dependencies.nalgebra]
version = "0.33.2"
[lib]
name = "cutup"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "allow"
priority = 0
[package]
authors = ["Jason R. Stevens, CFA <jason@thinkjrs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["finance", "mathematics", "science"]
description = "A flexible and efficient allocation library for Rust, capable of distributing assets, resources, and other divisible entities."
documentation = "https://docs.rs/cutup"
edition = "2021"
exclude = [".github", ".gitignore", "tests/", "examples/", ".vscode/", ".idea/"]
homepage = "https://github.com/thinkjrs/cutup"
keywords = ["allocation", "distribution", "portfolio", "resources", "quant"]
license = "MIT"
name = "cutup"
readme = "README.md"
repository = "https://github.com/thinkjrs/cutup"
rust-version = "1.78.0"
version = "0.1.4"