# 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 = "thot-local" version = "0.10.0-intermediate" authors = ["Brian Carlsen "] description = "Local functionality for Thot data management and analysis software." homepage = "https://thot-data.com" readme = "README.md" keywords = [ "thot", "thot-data", "data", "data-analysis", "data-management", ] categories = [ "science", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thot-data/local" resolver = "1" [dependencies.cluFlock] version = "1.2.7" [dependencies.derivative] version = "2.2" [dependencies.directories] version = "4.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.settings_manager] version = "0.0.2" [dependencies.thot-core] version = "0.10.0-intermediate" features = ["serde"] [dependencies.uuid] version = "1.2.1" features = [ "serde", "v4", ] [dependencies.validator] version = "0.14" [dev-dependencies.fake] version = "2.4" [dev-dependencies.rand] version = "0.8"