biolib 1.3.39

BioLib client library and CLI for running applications on BioLib
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 = "biolib"
version = "1.3.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "BioLib client library and CLI for running applications on BioLib"
readme = false
license = "MIT"

[features]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls-webpki-roots"]

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

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

[[example]]
name = "run_app"
path = "examples/run_app.rs"

[[example]]
name = "runtime"
path = "examples/runtime.rs"

[[test]]
name = "binary_format"
path = "tests/binary_format.rs"

[[test]]
name = "resource_uri"
path = "tests/resource_uri.rs"

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

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]
default-features = false

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

[dependencies.serde_json]
version = "1"