# 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 = "dylib_installer" version = "0.2.0" authors = ["Eason Chai "] description = "A tool to install dylib files and header to system library path." homepage = "https://github.com/hackerchai/dylib-installer" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hackerchai/dylib-installer" [profile.release] opt-level = "z" lto = "fat" codegen-units = 1 panic = "abort" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.9" [dependencies.shellexpand] version = "3.1.0" [dependencies.tempfile] version = "3.10.1" [dependencies.termcolor] version = "1.4.1" [dependencies.tokio] version = "1" features = ["full"]