# 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 = "cargo-packager-utils" version = "0.1.1" authors = ["CrabNebula Ltd."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities for cargo-packager crates" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/crabnebula-dev/cargo-packager" [lib] name = "cargo_packager_utils" path = "src/lib.rs" [dependencies.clap] version = "4.5" features = ["derive"] optional = true [dependencies.ctor] version = "0.2" [dependencies.schemars] version = "0.8" features = [ "url", "preserve_order", "derive", ] optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] clap = ["dep:clap"] cli = [] default = ["cli"] process-relaunch-dangerous-allow-symlink-macos = [] schema = ["schemars"] serde = ["dep:serde"]