[package] name = "refresh_parser" version = "0.1.0" edition = "2021" authors = ["romko11l "] description = "Imlementation of `refresh` content parsing algorithm." license = "BSD-3-Clause/MIT" documentation = "https://docs.rs/refresh_parser/" homepage = "https://gitlab.com/romko11l/refresh-parser" repository = "https://gitlab.com/romko11l/refresh-parser" keywords = [] readme = "README.md" autobins = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.30"