# 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 = "0.3.2" build = 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" [lib] name = "container_rack_lib" path = "src/lib.rs" [[bin]] name = "container-rack-lib" path = "src/main.rs" [dependencies.clap] version = "4.5.19" features = ["derive"] optional = true [dependencies.comfy-table] version = "7.1.1" optional = true [dependencies.svg] version = "0.18.0" [dependencies.url] version = "2.5.1" [features] cli = [ "dep:clap", "dep:comfy-table", ] default = ["cli"]