[package]
edition = "2021"
name = "pounce-common"
version = "0.3.0"
authors = ["John Kitchin <jkitchin@andrew.cmu.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common primitives for POUNCE (port of Ipopt's src/Common): types, exceptions, journalist, options, tagged objects, cached results."
readme = "README.md"
keywords = [
"optimization",
"nlp",
"ipopt",
"solver",
]
categories = [
"mathematics",
"algorithms",
]
license = "EPL-2.0"
repository = "https://github.com/jkitchin/pounce"
[lib]
name = "pounce_common"
path = "src/lib.rs"
[dependencies.anstyle]
version = "1"
[dependencies.anstyle-query]
version = "1"
[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.rust]
unsafe_op_in_unsafe_fn = "warn"