# 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 = "rye-uv" version = "0.1.3" authors = ["Luciano Scarpulla"] description = "A CLI tool to migrate from Rye to Uv" homepage = "https://github.com/lucianosrp/rye-uv" readme = "README.md" keywords = [ "rye", "uv", "python", ] categories = [ "development-tools", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/lucianosrp/rye-uv" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.regex] version = "1.10.6" [dependencies.semver] version = "1.0.23" [dependencies.toml_edit] version = "0.22.20" [dev-dependencies.pretty_assertions] version = "1.4.0"