standard_knowledge_py 0.1.1

Programmatically augmenting CF Standards with operational knowledge.
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"
rust-version = "1.85"
name = "standard_knowledge_py"
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/"

[lib]
name = "_standard_knowledge_py"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.indicium]
version = "0.6.5"

[dependencies.pyo3]
version = "0.29.0"

[dependencies.standard_knowledge]
version = "0.1.1"