alchemy/Cargo.toml

29 lines
665 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 = ""
2017-04-06 18:37:23 -04:00
repository = "https://gitlab.com/CyberMages/Core/alchemy.git"
documentation = ""
keywords = ["converter", "binary"]
[features]
default = []
convert_sigils = ["sigils"]
2017-04-06 18:37:23 -04:00
[dependencies.scribe]
2017-04-06 18:37:23 -04:00
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.spellbook]
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
[dependencies.sigils]
2017-04-06 18:37:23 -04:00
git = "ssh://git@gitlab.com/CyberMages/Core/sigils.git"
optional = true
[dev-dependencies]
rand = { version = "*" }