# 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 = "baseic" version = "0.1.1" authors = ["Sergio Carmine "] description = "A simple numeric conversion tool" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/carmisergio/baseic" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.indexmap] version = "2.2.6" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.strum] version = "0.26.3" features = [ "derive", "strum_macros", ] [dependencies.toml] version = "0.8.14"