[package] name = "highlights" version = "0.2.0" edition = "2021" description = "Convert kindle highlights into different formats" license = "MIT OR Apache-2.0" keywords = ["productivity", "kindle"] repository = "https://github.com/dimasmith/highlights" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.144", features = ["derive"] } serde_json = "1.0.85" clap = { version = "4.0.8", features = ["derive"] }