container-rack-lib 1.0.0

Simple cli tool and library for generating storage shelfs for Smartstore containers
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 = "2021"
name = "container-rack-lib"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple cli tool and library for generating storage shelfs for Smartstore containers"
readme = "README.md"
license-file = "LICENSE"

[features]
cli = [
    "dep:clap",
    "dep:comfy-table",
]
default = ["cli"]

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

[[bin]]
name = "container-rack-lib"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.58"
features = ["derive"]
optional = true

[dependencies.comfy-table]
version = "7.2.2"
optional = true

[dependencies.svg]
version = "0.18.0"

[dependencies.url]
version = "2.5.8"

[dev-dependencies.proptest]
version = "1.5"