fixrs 0.1.3

Blazing-fast CLI to replace Rust qualified paths with use statements, auto-fixing clippy::absolute_paths
Documentation
# 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 = "2024"
name = "fixrs"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Blazing-fast CLI to replace Rust qualified paths with use statements, auto-fixing clippy::absolute_paths"
homepage = "https://github.com/webc-site/fixrs/tree/main/fixrs"
readme = "README.md"
keywords = [
    "clippy",
    "refactoring",
    "ast",
    "cli",
    "linter",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/fixrs.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

[lib]
name = "fixrs"
path = "src/lib.rs"

[[bin]]
name = "cargo-fixrs"
path = "src/bin/cargo_fixrs.rs"

[[bin]]
name = "fixrs"
path = "src/bin/fixrs.rs"

[[test]]
name = "main"
path = "tests/main.rs"

[dependencies.bitcode]
version = "0.6.9"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.clap_args]
version = "0.1.9"
features = ["macro"]

[dependencies.compio]
version = "0.19.2"

[dependencies.current_platform]
version = "0.2.0"

[dependencies.dirs]
version = "7.0.0"

[dependencies.ignore]
version = "0.4.33"

[dependencies.memchr]
version = "2.8.3"

[dependencies.museair]
version = "0.6.0"

[dependencies.proc-macro2]
version = "1.0.107"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.47"

[dependencies.syn]
version = "3.0.5"
features = [
    "full",
    "visit",
]

[dependencies.thiserror]
version = "2.0.20"

[dependencies.toml]
version = "1.1.6"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.ctor]
version = "1.0.13"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

[dev-dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dev-dependencies.serde_yaml]
version = "0.9.34"