[package] name = "thot-local" version = "0.10.0-intermediate" edition = "2021" authors = [ "Brian Carlsen " ] description = "Local functionality for Thot data management and analysis software." license = "MIT OR Apache-2.0" homepage = "https://thot-data.com" repository = "https://github.com/thot-data/local" keywords = [ "thot", "thot-data", "data", "data-analysis", "data-management" ] categories = [ "science", "data-structures" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cluFlock = "1.2.7" derivative = "2.2" directories = "4.0" serde = { version = "1.0", features = ["derive"] } serde_json = { version = "1.0" } uuid = { version = "1.2.1", features = ["serde", "v4"] } validator = "0.14" settings_manager = { path = "../settings_manager", version = "0.0.2" } thot-core = { path = "../core", features = ["serde"], version = "0.10.0-intermediate" } [dev-dependencies] rand = "0.8" fake = "2.4" settings_manager_change_path = { path = "../settings_manager_change_path" } dev_utils = { path = "../dev_utils" }