dftd4 0.2.0

FFI bindings and wrappers of dftd4
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 = "dftd4"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings and wrappers of dftd4"
readme = "readme.md"
keywords = [
    "ffi",
    "chemistry",
]
categories = ["science"]
license = "LGPL-3.0"
repository = "https://github.com/RESTGroup/dftd4-rs"

[package.metadata.docs.rs]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]
all-features = true

[features]
api-v3_0 = []
api-v3_1 = ["api-v3_0"]
api-v3_2 = ["api-v3_1"]
api-v3_3 = ["api-v3_2"]
api-v3_4 = ["api-v3_3"]
api-v3_5 = ["api-v3_4"]
api-v4_0 = ["api-v3_5"]
default = [
    "api-v3_5",
    "dynamic_loading",
]
dynamic_loading = ["dep:libloading"]

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

[[example]]
name = "energy_r2scan"
path = "examples/energy_r2scan.rs"
doc-scrape-examples = true

[[example]]
name = "gradient_b97m"
path = "examples/gradient_b97m.rs"
doc-scrape-examples = true

[[example]]
name = "test_interface"
path = "examples/test_interface.rs"
doc-scrape-examples = true

[[example]]
name = "test_parameters"
path = "examples/test_parameters.rs"
doc-scrape-examples = true

[[example]]
name = "test_parsing"
path = "examples/test_parsing.rs"
doc-scrape-examples = true

[dependencies.derive_builder]
version = "0.20"

[dependencies.libloading]
version = "0.8"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde-inline-default]
version = "1.0"

[dependencies.toml]
version = "0.8"

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

[dev-dependencies.rstest]
version = "0.25"