molx 0.1.9

Interactive protein structure exploration in the terminal
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 = "2024"
name = "molx"
version = "0.1.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive protein structure exploration in the terminal"
homepage = "https://github.com/maokangkun/Terminal/tree/main/molx"
readme = "README.md"
keywords = [
    "protein",
    "pdb",
    "bioinformatics",
    "terminal",
    "visualization",
]
categories = [
    "command-line-utilities",
    "science",
    "visualization",
]
license = "Apache-2.0"
repository = "https://github.com/maokangkun/Terminal"

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

[[bin]]
name = "molx"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.font8x8]
version = "0.3"

[dependencies.png]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "gzip",
    "rustls-tls",
]
default-features = false

[dependencies.rstui]
version = "0.2.5"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[profile.dev]
opt-level = 1

[profile.release]
lto = "thin"
codegen-units = 1