standard_knowledge_cli 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
# 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.85"
name = "standard_knowledge_cli"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Programmatically augmenting CF Standards with operational knowledge."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ioos/standard_knowledge/"

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

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

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

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]

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

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.standard_knowledge]
version = "0.1.1"

[dev-dependencies.trycmd]
version = "1.2.0"