# 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 = "nadi_core" version = "0.4.0" description = "Core library for Nadi systems, for use by plugins" readme = "README.md" keywords = [ "river", "timeseries", "water-system", ] categories = [ "data-structures", "science", "science::geo", "visualization", ] license = "GPL-3.0-only" repository = "https://github.com/Nadi-System/nadi_core" [dependencies.abi_stable] version = "0.11.3" [dependencies.anyhow] version = "1.0.86" [dependencies.colored] version = "2.1.0" [dependencies.nadi_plugin] version = "0.4.0" [dependencies.nom] version = "7.1.3" [dependencies.number_range] version = "0.3.2" [dependencies.string-template-plus] version = "0.4.3" [dependencies.subprocess] version = "0.2.9" [dev-dependencies.rstest] version = "0.22.0"