[package] name = "unrestrictive-url" description = "A library for parsing and freely modifying URLs" version = "0.1.0" license = "Apache-2.0 OR MIT" repository = "https://github.com/SirWindfield/url-rs" authors = ["SirWindfield "] edition = "2018" [dependencies] thiserror = "1.0.24" url = "2.2.1" [package.metadata.workspaces] independent = true