mercur 0.1.5

mercur - junolang package manager
# 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 = "2024"
name = "mercur"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mercur - junolang package manager"
readme = "README.md"
license-file = "LICENSE"

[[bin]]
name = "mercur"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.103"

[dependencies.bloomfilter]
version = "3.0.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.directories]
version = "6.0.0"

[dependencies.flatbuffers]
version = "25.12.19"

[dependencies.hex]
version = "0.4.3"

[dependencies.libjuno]
version = "0.1.12"
features = ["all"]

[dependencies.rayon]
version = "1.12.0"

[dependencies.reqwest]
version = "0.13.4"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha2]
version = "0.11.0"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.toml]
version = "1.1.2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

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