rgsaddle 0.1.1

Band and minimum-mode saddle mechanics over rgmin steppers.
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"
rust-version = "1.88"
name = "rgsaddle"
version = "0.1.1"
authors = ["Rohit Goswami <rgoswami@ieee.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Band and minimum-mode saddle mechanics over rgmin steppers."
readme = "README.md"
keywords = [
    "neb",
    "saddle",
    "transition-state",
    "optimization",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/OmniPotentRPC/rgsaddle"

[package.metadata.capi.header]
name = "rgsaddle"
subdirectory = false

[package.metadata.capi.pkg_config]
name = "rgsaddle"
filename = "rgsaddle"

[package.metadata.capi.library]
name = "rgsaddle"

[features]
capi = []
default = []

[lib]
name = "rgsaddle"
crate-type = [
    "lib",
    "cdylib",
    "staticlib",
]
path = "src/lib.rs"

[[test]]
name = "c_abi"
path = "tests/c_abi.rs"

[[test]]
name = "double_well"
path = "tests/double_well.rs"

[[test]]
name = "minmode_saddle"
path = "tests/minmode_saddle.rs"

[dependencies.eindir-core]
version = "0.6.0"
features = ["capi"]

[dependencies.ndarray]
version = "0.17"

[dependencies.rgmin]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.approx]
version = "0.5"