zinchi 0.2.0

A compact binary representation for InChI Keys, reducing their size from 27 bytes to 9-14 bytes
Documentation
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dev-dependencies.bincode]
features = ["serde"]
version = "2"

[dev-dependencies.quickcheck]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[features]
default = []
serde = ["dep:serde"]

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

[package]
authors = ["Oliver Scott"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "compression", "encoding"]
description = "A compact binary representation for InChI Keys, reducing their size from 27 bytes to 9-14 bytes"
documentation = "https://docs.rs/zinchi"
edition = "2021"
homepage = "https://github.com/OliverBScott/zinchi"
keywords = ["inchi", "chemistry", "compression", "cheminformatics"]
license = "MIT"
name = "zinchi"
readme = "README.md"
repository = "https://github.com/OliverBScott/zinchi"
rust-version = "1.75"
version = "0.2.0"