# 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 = "remediate" version = "0.2.1" authors = ["Rowan Clarke <36474636+rowanclarke@users.noreply.github.com>"] description = "Library for thinking and learning" readme = "README.md" keywords = [ "learn", "revise", "think", "second-brain", "zettelkasten", ] categories = ["parsing"] license = "MIT" repository = "https://github.com/rowanclarke/rs-remediate" [dependencies.bincode] version = "1.3.3" [dependencies.from-pest] version = "0.3.2" [dependencies.num_enum] version = "0.6.1" [dependencies.pathdiff] version = "0.2.1" [dependencies.pest] version = "2.6.0" [dependencies.pest-ast] version = "0.3.3" [dependencies.pest_derive] version = "2.6.0" [dependencies.rand] version = "0.8.5" [dependencies.rkyv] version = "0.7.42" features = ["validation"] [dependencies.serde] version = "1.0.164" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.tempdir] version = "0.3.7"