[package] name = "bibliothek" description = "Easily cite references in your code" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Leopold Luley "] repository = "https://codeberg.org/luleyleo/bibliothek" keywords = ["bibliography", "references", "citations", "cite", "bibtex"] categories = ["development-tools", "science"] [lib] name = "bibliothek" proc-macro = true [dependencies] biblatex = "0.8.0" hayagriva = "0.3.0" litrs = { version = "0.4.0" } proc-macro2 = "1.0.66" quote = "1.0.32" thiserror = "1.0.46"