# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "font-index" version = "0.2.0" authors = ["chad "] description = "Static index for system fonts" readme = "README.md" license-file = "LICENSE" repository = "https://git.sr.ht/~declantsien/font-index" [dependencies.fancy-regex] version = "0.11" optional = true [dependencies.isolang] version = "2" optional = true [dependencies.log] version = "0.4" [dependencies.memmap2] version = "0.2.1" [dependencies.once_cell] version = "1.18.0" optional = true [dependencies.swash] version = "0.1" [features] default = ["emacs"] emacs = [ "dep:once_cell", "dep:isolang", "dep:fancy-regex", ] [target."cfg(all(unix, not(any(target_os = \"macos\", target_os = \"android\"))))".dependencies.fontconfig-parser] version = "0.5"