[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.regex]
version = "1.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[lib]
name = "cornell_notes"
path = "src/lib.rs"
[package]
authors = ["Tony Bierman <tonybierman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "encoding", "parser-implementations"]
description = "A library for reading, writing, and validating Cornell Notes in standardized JSON format"
documentation = "https://docs.rs/cornell-notes"
edition = "2021"
exclude = ["*.json", "*.md", "!README.md", "!CHANGELOG.md"]
homepage = "https://github.com/tonybierman/cornell-notes"
keywords = ["cornell-notes", "note-taking", "education", "json", "markdown"]
license = "MIT"
name = "cornell-notes"
readme = "README.md"
repository = "https://github.com/tonybierman/cornell-notes"
version = "0.1.0"