# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ecoji" version = "1.0.0" authors = ["Vladimir Matveev "] description = "Provides base-1024 encoding and decoding using an alphabet of emojis." homepage = "https://github.com/netvl/ecoji.rs" documentation = "https://docs.rs/ecoji" readme = "README.md" keywords = ["encode", "decode", "base1024", "emoji", "unicode"] categories = ["encoding", "command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/netvl/ecoji.rs" [lib] name = "ecoji" [[bin]] name = "ecoji" required-features = ["build-binary"] [dependencies.clap] version = "2.31.1" optional = true [dependencies.phf] version = "0.7.21" [dev-dependencies.quickcheck] version = "0.6" [build-dependencies.phf_codegen] version = "0.7.21" [features] build-binary = ["clap"] [badges.maintenance] status = "passively-maintained" [badges.travis-ci] branch = "master" repository = "netvl/ecoji.rs"