# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 3 [[package]] name = "bitflags" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "compiler_builtins" version = "0.1.47" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fd4ed89e0a5c3e50b15c0045fbe1ff8567b703bc07544faf935ddff0aaa7b65f" [[package]] name = "fls" version = "0.1.0" dependencies = [ "compiler_builtins", "libc", "tinyvec", "unicode-width", "veneer", ] [[package]] name = "libc" version = "0.2.97" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6" [[package]] name = "sc" version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6c362b5ec9cd8c12544e0ad4a610855204a0f127163d122e1d2f51f249d8404" [[package]] name = "tinyvec" version = "1.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338" dependencies = [ "tinyvec_macros", ] [[package]] name = "tinyvec_macros" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "unicode-width" version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" [[package]] name = "veneer" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b03e59da019c5e66e722bae9d186a9314801f08e80d173fbda4aae2eeebf483d" dependencies = [ "bitflags", "libc", "sc", "veneer-macros", ] [[package]] name = "veneer-macros" version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32601344864a9c847d17659705ec942c2e8d9c6ea04e4bc9923164a31ca2697f"