# 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 = "subjective" version = "0.1.1" description = "Library for the Subjective CLI and other related tools." readme = "README.md" keywords = [ "subjective", "sj", "cli", "school", "education", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/SubjectiveLabs/sj" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.colored] version = "2.1.0" [dependencies.directories] version = "5.0.1" [dependencies.linked-hash-map] version = "0.5.6" features = [ "serde", "serde_impl", ] [dependencies.serde] version = "1.0.193" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.3" [dependencies.thiserror] version = "1.0.51" [dependencies.uuid] version = "1.6.1" features = [ "serde", "v4", "fast-rng", "macro-diagnostics", ]