mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-21 21:18:42 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
* chore: release * Bump dependents of binstall-types to next major version Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> --------- Signed-off-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jiahao XU <30436523+NobodyXu@users.noreply.github.com>
23 lines
740 B
TOML
23 lines
740 B
TOML
[package]
|
|
name = "binstalk-types"
|
|
description = "The binstall toolkit that contains basic types for binstalk crates"
|
|
repository = "https://github.com/cargo-bins/cargo-binstall"
|
|
documentation = "https://docs.rs/binstalk-types"
|
|
version = "0.9.0"
|
|
rust-version = "1.61.0"
|
|
authors = ["ryan <ryan@kurte.nz>"]
|
|
edition = "2021"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[dependencies]
|
|
compact_str = { version = "0.8.0", features = ["serde"] }
|
|
maybe-owned = { version = "0.3.4", features = ["serde"] }
|
|
once_cell = "1.18.0"
|
|
semver = { version = "1.0.17", features = ["serde"] }
|
|
serde = { version = "1.0.163", features = ["derive"] }
|
|
strum = "0.26.1"
|
|
strum_macros = "0.26.1"
|
|
url = { version = "2.3.1", features = ["serde"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1"
|