# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "domain_changer" version = "0.1.4" authors = ["TheAwiteb "] description = "Rust library that helps you change the domain of the link to another domain" homepage = "https://github.com/TheAwiteb/domain_changer" documentation = "https://docs.rs/domain_changer/latest/domain_changer/" readme = "README.md" keywords = ["domain", "privacy", "changer", "domain-changer"] license = "AGPL-3.0-only" repository = "https://github.com/TheAwiteb/domain_changer.git" resolver = "2" [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.79" optional = true [dependencies.url] version = "2.2.2" [features] json = ["serde", "serde_json", "url/serde"]