# 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 = "crm" version = "0.2.2" authors = ["wtklbm "] exclude = [".vscode/**"] description = "crm can help you easy and fast switch between different cargo registries, now include: sjtu, tuna, ustc, rsproxy, bfsu, nju, hit, cqu, zju, CERNET." homepage = "https://github.com/wtklbm/crm" readme = "README.md" keywords = [ "cargo", "registry", ] license = "MIT OR Apache-2.0" repository = "https://github.com/wtklbm/crm.git" [profile.dev] codegen-units = 512 [profile.release] opt-level = "z" codegen-units = 1 panic = "abort" strip = true [dependencies.toml_edit] version = "0.22.20" [dependencies.ureq] version = "2.10.1"