# 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 = "precious" version = "0.7.3" authors = ["Dave Rolsky "] description = "One code quality tool to rule them all" documentation = "https://github.com/houseabsolute/precious" readme = "README.md" keywords = [ "beautifier", "linter", "pretty-printer", "tidier", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/houseabsolute/precious" [package.metadata.cross.target.x86_64-unknown-netbsd] pre-build = [ "mkdir -p /tmp/netbsd", "curl https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.2/amd64/binary/sets/base.tar.xz -O", "tar -C /tmp/netbsd -xJf base.tar.xz", "cp /tmp/netbsd/usr/lib/libexecinfo.so /usr/local/x86_64-unknown-netbsd/lib", "rm base.tar.xz", "rm -rf /tmp/netbsd", ] [package.metadata.release] tag-name = "v{{version}}" [[bin]] name = "precious" path = "precious/src/main.rs" doc = false [dependencies.log] version = "0.4.21" [dependencies.precious-core] version = "0.7.3"