[package] name = "jsonseq" version = "0.1.1" authors = ["Rory McCann "] edition = "2018" description = "Read & Write json sequences RFC 7464" license = "AGPL-3.0+" repository = "https://github.com/rory/rust-jsonseq" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde_json = "1.0.57" serde = "1.0.115" thiserror = "1.0"