nix-weather/crates/workspace-hack/Cargo.toml

37 lines
1.4 KiB
TOML
Raw Permalink Normal View History

# SPDX-FileCopyrightText: 2024 Christina Sørensen
#
# SPDX-License-Identifier: EUPL-1.2
# This file is generated by `cargo hakari`.
# To regenerate, run:
# cargo hakari generate
[package]
name = "workspace-hack"
version = "0.1.0"
description = "workspace-hack package, managed by hakari"
# You can choose to publish this crate: see https://docs.rs/cargo-hakari/latest/cargo_hakari/publishing.
publish = false
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
# are managed by hakari.
### BEGIN HAKARI SECTION
[dependencies]
byteorder = { version = "1" }
clap = { version = "4", features = ["cargo", "env"] }
clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "env", "help", "std", "suggestions", "usage"] }
either = { version = "1", default-features = false, features = ["use_std"] }
itertools = { version = "0.12" }
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
[build-dependencies]
byteorder = { version = "1" }
clap = { version = "4", features = ["cargo", "env"] }
clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "env", "help", "std", "suggestions", "usage"] }
either = { version = "1", default-features = false, features = ["use_std"] }
itertools = { version = "0.12" }
phf_shared = { version = "0.11", default-features = false, features = ["std"] }
### END HAKARI SECTION