ic-query 0.1.17

Internet Computer query CLI for NNS, SNS, and related public network metadata
Documentation
# 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"
rust-version = "1.91.0"
name = "ic-query"
version = "0.1.17"
authors = ["borovan <84897664+borovan@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internet Computer query CLI for NNS, SNS, and related public network metadata"
homepage = "https://github.com/dragginzgame/ic-query"
documentation = "https://docs.rs/ic-query"
readme = "README.md"
keywords = [
    "internet-computer",
    "dfinity",
    "icp",
    "nns",
    "sns",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/dragginzgame/ic-query"

[lib]
name = "ic_query"
path = "src/lib.rs"

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

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

[dependencies.candid]
version = "0.10"
default-features = false

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

[dependencies.futures]
version = "0.3"

[dependencies.ic-agent]
version = "0.47.3"
default-features = false

[dependencies.prost]
version = "0.14.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
version = "=0.3.47"
default-features = false

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

[lints.clippy]
doc_markdown = "allow"
empty_line_after_doc_comments = "allow"
enum_variant_names = "allow"
missing_const_for_fn = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_inception = "allow"
module_name_repetitions = "allow"
must_use_candidate = "warn"
needless_pass_by_value = "allow"
option_if_let_else = "allow"
redundant_clone = "warn"
semicolon_if_nothing_returned = "warn"
significant_drop_tightening = "allow"
struct_field_names = "allow"
uninlined_format_args = "warn"
use_self = "warn"
wildcard_imports = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1