bridge 0.1.3

Command Line Interface for BridgeRust framework
# 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 = "bridge"
version = "0.1.3"
authors = ["KOLOGO B Josias Yannick <hello@kologojosias.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command Line Interface for BridgeRust framework"
homepage = "https://bridgerust.dev"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bridgerust/bridgerust"

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

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.console]
version = "0.16.2"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.notify]
version = "8.2.0"

[dependencies.regex]
version = "1.12.2"

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

[dependencies.serde_json]
version = "1.0.148"

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

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"