# 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-core" version = "0.10.0-intermediate" authors = ["Brian Carlsen "] description = "Core functionality and types 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/core" resolver = "1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.clap] version = "3.1" optional = true [dependencies.cluFlock] version = "1.2.7" [dependencies.derivative] version = "2.2" [dependencies.directories] version = "4.0" [dependencies.pyo3] version = "0.17.1" features = [ "extension-module", "macros", "serde", ] optional = true [dependencies.pythonize] version = "0.17" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.2.1" features = [ "serde", "v4", ] [dependencies.validator] version = "0.14" [dependencies.yew] version = "0.19" optional = true [dev-dependencies.fake] version = "2.4" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.ntest] version = "0.7" [dev-dependencies.rand] version = "0.8" [features] clap = ["dep:clap"] db = ["project"] default = [ "db", "project", "runner", "system", ] js = ["uuid/js"] project = [] pyo3 = [ "dep:pyo3", "dep:pythonize", ] runner = ["project"] serde = ["dep:serde"] system = [] yew = [ "dep:yew", "chrono/wasmbind", "chrono/clock", ]