dftd4-src 0.2.0

dftd4 build-from-source or library selection
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-src"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "dftd4 build-from-source or library selection"
readme = "readme.md"
keywords = [
    "ffi",
    "chemistry",
]
categories = ["science"]
license = "LGPL-3.0"
repository = "https://github.com/RESTGroup/dftd4-rs"

[features]
build_from_source = []
static = []

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

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

[dev-dependencies]

[build-dependencies.cmake]
version = "0.1"