[package] name = "coda" version = "0.1.1" authors = ["clearloop "] edition = "2018" description = "The Limitation Game" repository = "https://github.com/clearloop/coda" license = "MIT" documentation = "https://docs.rs/coda" homepage = "https://github.com/clearloop/coda" keywords = ["no-std", "codec", "num"] readme = './README.md' # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] hex = [] default = ["hex"] [dev-dependencies.cargo-husky] version = "1" default-features = false features = ["precommit-hook", "user-hooks"]