alchemy/Cargo.toml

25 lines
560 B
TOML
Raw Normal View History

[package]
name = "alchemy"
version = "1.0.0"
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
description = "Handles converting values to and from a binary format."
license = ""
repository = "https://gitlab.com/CyberMages/alchemy.git"
documentation = ""
keywords = ["converter", "binary"]
[features]
default = []
convert_sigils = ["sigils"]
[dependencies.scribe]
git = "https://gitlab.com/CyberMages/scribe.git"
[dependencies.sigils]
optional = true
git = "https://gitlab.com/CyberMages/sigils.git"
[dev-dependencies]
rand = { version = "*" }