[package]
edition = "2021"
rust-version = "1.77"
name = "inchi"
version = "0.1.2"
authors = ["Johan H.G. Natter <johan.natter@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe, idiomatic Rust bindings to the IUPAC InChI library for generating InChI and InChIKey identifiers"
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 = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = ["key"]
key = []
regenerate-bindings = ["inchi-sys/regenerate-bindings"]
[lib]
name = "inchi"
path = "src/lib.rs"
[[test]]
name = "vectors"
path = "tests/vectors.rs"
[dependencies.inchi-sys]
version = "0.1.2"