# 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 = "base100" version = "0.4.1" authors = ["Adam Niederer "] description = "Encode your data into emoji" license = "AGPL-3.0" repository = "https://github.com/AdamNiederer/base100" [profile.dev] codegen-units = 16 debug = true debug-assertions = true panic = "unwind" [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false panic = "abort" [dependencies.clap] version = "2.19" features = ["yaml"] [dependencies.stdsimd] version = "0.0.3" optional = true [features] simd = ["stdsimd"]