# 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] edition = "2018" name = "csl" version = "0.0.1" authors = ["Cormac Relf "] description = "Parser and types for Citation Style Language" license = "MPL-2.0" [dependencies.fnv] version = "1.0.6" [dependencies.indoc] version = "0.3.3" [dependencies.lazy_static] version = "1.3.0" [dependencies.log] version = "0.4.6" [dependencies.nom] version = "5.0.0" [dependencies.roxmltree] version = "0.6.1" [dependencies.semver] version = "0.9.0" [dependencies.serde] version = "1.0.98" features = ["rc"] [dependencies.serde_derive] version = "1.0.98" [dependencies.string_cache] version = "0.7.3" [dependencies.strum] version = "0.15.0" [dependencies.strum_macros] version = "0.15.0"