bos-cli 0.4.3

Command line utility helps to develop widgets for near.social by allowing developers to use standard developer tools like their best code editor and standard tools for source code version control, and then deploy their widgets to SocialDB in one command.
# 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 = "2021"
name = "bos-cli"
version = "0.4.3"
authors = [
    "FroVolod <frol_off@meta.ua>",
    "frol <frolvlad@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command line utility helps to develop widgets for near.social by allowing developers to use standard developer tools like their best code editor and standard tools for source code version control, and then deploy their widgets to SocialDB in one command."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/bos-cli-rs/bos-cli-rs"

[package.metadata.wix]
upgrade-guid = "0C6AC05E-AA87-4A7A-91F2-3829A7863825"
path-guid = "4D85FF8F-E7B4-4129-88F6-D7F20D77B4A8"
license = false
eula = false

[features]
default = ["ledger"]
ledger = ["near-cli-rs/ledger"]

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

[[test]]
name = "deploy_test"
path = "tests/deploy_test.rs"

[[test]]
name = "test_util"
path = "tests/test_util.rs"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.console]
version = "0.15.5"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3.1"

[dependencies.indenter]
version = "0.3"

[dependencies.inquire]
version = "0.9.3"

[dependencies.interactive-clap]
version = "0.3"

[dependencies.interactive-clap-derive]
version = "0.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.near-cli-rs]
version = "0.23.6"
default-features = false

[dependencies.near-crypto]
version = "0.34"

[dependencies.near-jsonrpc-client]
version = "0.20"
features = ["any"]

[dependencies.near-jsonrpc-primitives]
version = "0.34"

[dependencies.near-primitives]
version = "0.34"

[dependencies.near-socialdb-client]
version = "0.14"

[dependencies.near-token]
version = "0.3"
features = [
    "serde",
    "borsh",
    "interactive-clap",
]

[dependencies.self_update]
version = "0.41.0"
features = [
    "archive-tar",
    "compression-flate2",
]

[dependencies.semver]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1.0.57"

[dependencies.shell-words]
version = "1.0.0"

[dependencies.similar]
version = "2.2.1"
features = ["inline"]

[dependencies.strum]
version = "0.24"
features = ["derive"]

[dependencies.strum_macros]
version = "0.24"

[dependencies.tokio]
version = "1.0"
features = ["rt-multi-thread"]

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-indicatif]
version = "0.3.6"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.assert_cmd]
version = "2.0.16"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.dirs]
version = "5.0.1"

[dev-dependencies.httpmock]
version = "0.7.0"

[dev-dependencies.predicates]
version = "3.1.2"

[dev-dependencies.tempfile]
version = "3.12.0"

[target.'cfg(target_os = "macos")'.dependencies.security-framework]
version = "2.7.0"

[profile.dist]
lto = "thin"
inherits = "release"