[[bin]]
name = "bibicode"
path = "src/main.rs"
[dependencies.clap]
features = ["yaml"]
version = "2.32.0"
[dependencies.indexmap]
version = "1.0.2"
[dependencies.regex]
version = "1.1.6"
[dependencies.serde]
version = "1.0"
[dependencies.serde_derive]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.xdg]
version = "2.2.0"
[lib]
name = "bibicode"
path = "src/lib.rs"
[package]
authors = ["Florent Jugla <florent@jugla.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "encoding"]
description = "A crate to convert any natural number from one numeral system to another."
exclude = ["doc/*"]
keywords = ["conversion", "encoding"]
license = "MIT"
name = "bibicode"
readme = "README.md"
repository = "https://github.com/flojug/bibicode"
version = "0.3.4"