alchemy/Cargo.toml
Jason Travis Smith 6a9e75a05c Added Sized to aid in less typing so the trait can define common funcs.
Changed the use of Vectors to the Spellbook DynamicArray class.
2017-11-23 00:02:24 -05:00

29 lines
665 B
TOML

[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/Core/alchemy.git"
documentation = ""
keywords = ["converter", "binary"]
[features]
default = []
convert_sigils = ["sigils"]
[dependencies.scribe]
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
[dependencies.spellbook]
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
[dependencies.sigils]
git = "ssh://git@gitlab.com/CyberMages/Core/sigils.git"
optional = true
[dev-dependencies]
rand = { version = "*" }