[package] name = "lincolns" version = "0.1.1" authors = ["softprops "] edition = "2018" description = "A JSON Pointer index for line/column information within JSON and YAML content" license = "MIT" readme = "README.md" documentation = "https://docs.rs/lincolns" homepage = "https://github.com/softprops/lincolns" repository = "https://github.com/softprops/lincolns" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] yaml-rust = "0.4" log = "0.4" [dev-dependencies] structopt = "0.3"