dylib_installer 0.2.0

A tool to install dylib files and header to system library path.
[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]
features = ["full"]
version = "1"

[package]
authors = ["Eason Chai <i@hackerchai.com>"]
description = "A tool to install dylib files and header to system library path."
edition = "2021"
homepage = "https://github.com/hackerchai/dylib-installer"
license-file = "LICENSE"
name = "dylib_installer"
readme = "README.md"
repository = "https://github.com/hackerchai/dylib-installer"
version = "0.2.0"

[profile.release]
codegen-units = 1
lto = "fat"
opt-level = "z"
panic = "abort"