2015-12-29 19:48:46 -05:00
|
|
|
[package]
|
|
|
|
name = "alchemy"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Jason Travis Smith <Jason@CyberMagesLLC.com>"]
|
2016-04-13 23:57:40 -04:00
|
|
|
description = "Handles converting values to and from a binary format."
|
|
|
|
license = ""
|
|
|
|
repository = "https://gitlab.com/CyberMages/alchemy.git"
|
|
|
|
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
|
|
|
|
2016-08-24 13:23:56 -04:00
|
|
|
[dependencies]
|
|
|
|
scribe = { git = "https://gitlab.com/CyberMages/scribe.git" }
|
|
|
|
|
|
|
|
sigils = { optional = true, git = "https://gitlab.com/CyberMages/sigils.git" }
|
2016-01-02 18:27:06 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2016-08-24 13:23:56 -04:00
|
|
|
rand = { version = "*" }
|