[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"