inchi 0.1.2

Safe, idiomatic Rust bindings to the IUPAC InChI library for generating InChI and InChIKey identifiers
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"
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"