alchemy/Cargo.toml
Jason Travis Smith 8988f9f9ae This library has reach version 1.0.0!
This library is relatively stable and has been gone over pretty well.
As such, it is now at version 1.0.0 and is considered ready for
public release (Use in the public space, not giving the code away).
2016-12-22 19:13:50 -05:00

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