geopackage-cli 0.6.0

Command-line tool for OGC GeoPackage (.gpkg) files: inspect, validate, index and copy
# 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.95"
name = "geopackage-cli"
version = "0.6.0"
authors = ["The GeoRust developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for OGC GeoPackage (.gpkg) files: inspect, validate, index and copy"
readme = "README.md"
keywords = [
    "geopackage",
    "gpkg",
    "gis",
    "geospatial",
    "ogc",
]
categories = [
    "science::geo",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/urschrei/geopackage"

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

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

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

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

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

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

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

[dependencies.geopackage]
version = "0.6.0"

[dependencies.thiserror]
version = "2"

[dev-dependencies.rusqlite]
version = "0.40"
features = [
    "bundled",
    "functions",
    "limits",
]

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

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
assertions_on_result_states = "warn"
await_holding_lock = "warn"
await_holding_refcell_ref = "warn"
cast_sign_loss = "warn"
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
expl_impl_clone_on_copy = "warn"
float_cmp = "warn"
float_cmp_const = "warn"
get_unwrap = "warn"
if_let_mutex = "warn"
indexing_slicing = "warn"
invalid_upcast_comparisons = "warn"
iter_not_returning_iterator = "warn"
large_futures = "warn"
let_underscore_future = "warn"
let_underscore_must_use = "warn"
lossy_float_literal = "warn"
map_err_ignore = "warn"
mem_forget = "warn"
multiple_unsafe_ops_per_block = "warn"
panic = "warn"
panic_in_result_fn = "warn"
rc_mutex = "warn"
string_slice = "warn"
todo = "warn"
unchecked_time_subtraction = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unreachable = "warn"
unused_result_ok = "warn"
unwrap_in_result = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"