pounce-nl 0.4.0

AMPL .nl reader, reverse-mode AD tape, and TNLP evaluator for pounce
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 = "2021"
name = "pounce-nl"
version = "0.4.0"
authors = ["John Kitchin <jkitchin@andrew.cmu.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AMPL .nl reader, reverse-mode AD tape, and TNLP evaluator for pounce"
readme = false
license = "EPL-2.0"
repository = "https://github.com/jkitchin/pounce"

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

[dependencies.libloading]
version = "0.8"

[dependencies.pounce-common]
version = "0.4.0"

[dependencies.pounce-nlp]
version = "0.4.0"
features = ["serde"]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"