2015-12-29 19:48:46 -05:00
|
|
|
[package]
|
|
|
|
name = "alchemy"
|
2016-12-22 19:13:50 -05:00
|
|
|
version = "1.0.0"
|
2016-11-03 15:04:29 -04:00
|
|
|
authors = ["Jason Travis Smith <Myrddin@CyberMagesLLC.com>"]
|
2016-04-13 23:57:40 -04:00
|
|
|
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"
|
2016-04-13 23:57:40 -04:00
|
|
|
documentation = ""
|
|
|
|
keywords = ["converter", "binary"]
|
|
|
|
|
|
|
|
|
2016-08-24 13:23:56 -04:00
|
|
|
[features]
|
|
|
|
default = []
|
|
|
|
convert_sigils = ["sigils"]
|
2015-12-29 19:48:46 -05:00
|
|
|
|
2017-04-06 18:37:23 -04:00
|
|
|
|
2017-02-15 17:51:13 -05:00
|
|
|
[dependencies.scribe]
|
2017-04-06 18:37:23 -04:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/scribe.git"
|
2016-08-24 13:23:56 -04:00
|
|
|
|
2018-01-05 19:20:02 -05:00
|
|
|
[dependencies.weave]
|
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/weave.git"
|
|
|
|
|
|
|
|
[dependencies.spellbook]
|
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/spellbook.git"
|
|
|
|
|
2017-02-15 17:51:13 -05:00
|
|
|
[dependencies.sigils]
|
2017-04-06 18:37:23 -04:00
|
|
|
git = "ssh://git@gitlab.com/CyberMages/Core/sigils.git"
|
2017-02-15 17:51:13 -05:00
|
|
|
optional = true
|
2016-01-02 18:27:06 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2016-08-24 13:23:56 -04:00
|
|
|
rand = { version = "*" }
|