inchi-sys 0.1.2

Low-level FFI bindings to the vendored IUPAC InChI 1.07 reference C library
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"
rust-version = "1.77"
name = "inchi-sys"
version = "0.1.2"
authors = ["Johan H.G. Natter <johan.natter@gmail.com>"]
build = "build.rs"
links = "inchi"
include = [
    "src/**/*.rs",
    "build.rs",
    "README.md",
    "vendor/README.md",
    "vendor/inchi/LICENSE",
    "vendor/inchi/INCHI_BASE/src/*.c",
    "vendor/inchi/INCHI_BASE/src/*.h",
    "vendor/inchi/INCHI_API/libinchi/src/*.c",
    "vendor/inchi/INCHI_API/libinchi/src/*.h",
    "vendor/inchi/INCHI_API/libinchi/src/ixa/*.c",
    "vendor/inchi/INCHI_API/libinchi/src/ixa/*.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to the vendored IUPAC InChI 1.07 reference C library"
homepage = "https://github.com/Vitruves/inchi-rs"
readme = "README.md"
keywords = [
    "inchi",
    "inchikey",
    "chemistry",
    "cheminformatics",
    "iupac",
]
categories = [
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/Vitruves/inchi-rs"

[package.metadata.docs.rs]
all-features = false

[features]
default = []
regenerate-bindings = ["dep:bindgen"]

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

[build-dependencies.bindgen]
version = "0.70"
optional = true

[build-dependencies.cc]
version = "1.0"