# 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-resource-resolver" version = "0.1.2" authors = ["CrabNebula Ltd."] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Cargo packager resource resolver" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/crabnebula-dev/cargo-packager" [package.metadata.docs.rs] features = ["auto-detect-format"] [lib] name = "cargo_packager_resource_resolver" path = "src/lib.rs" [dependencies.cargo-packager-utils] version = "0.1.1" default-features = false [dependencies.heck] version = "0.5" [dependencies.log] version = "0.4.21" [dependencies.thiserror] version = "1.0" [features] auto-detect-format = [] process-relaunch-dangerous-allow-symlink-macos = ["cargo-packager-utils/process-relaunch-dangerous-allow-symlink-macos"]