rgpot-core 1.0.1

Core Rust library for rgpot: RPC-based potential energy surface calculations
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"
name = "rgpot-core"
version = "1.0.1"
build = "build.rs"
exclude = ["Cargo.lock"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core Rust library for rgpot: RPC-based potential energy surface calculations"
documentation = "https://rgpot.rgoswami.me"
readme = "README.md"
keywords = [
    "potential-energy",
    "rpc",
    "molecular-dynamics",
    "dlpack",
    "ffi",
]
categories = [
    "science",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/OmniPotentRPC/rgpot"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cache = []
default = []
gen-header = ["dep:cbindgen"]
rpc = [
    "dep:capnp",
    "dep:capnp-rpc",
    "dep:capnpc",
    "dep:tokio",
    "dep:tokio-util",
    "dep:futures",
]

[lib]
name = "rgpot_core"
crate-type = [
    "staticlib",
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.capnp]
version = "0.20"
optional = true

[dependencies.capnp-rpc]
version = "0.20"
optional = true

[dependencies.dlpk]
version = "0.1"

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "macros",
]
optional = true

[dependencies.tokio-util]
version = "0.7"
features = ["compat"]
optional = true

[build-dependencies.capnpc]
version = "0.20"
optional = true

[build-dependencies.cbindgen]
version = "0.27"
optional = true