# 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 = "2021" name = "cdoc-base" version = "0.10.0-alpha.1" authors = ["Anton Mølbjerg Eskildsen "] description = "Base type definitions for the Courses ecosystem." readme = "README.md" license = "GPL-3.0-or-later" [dependencies.anyhow] version = "1.0.75" [dependencies.linked-hash-map] version = "0.5.6" features = ["serde_impl"] [dependencies.minijinja] version = "1.0.10" features = ["loader"] [dependencies.semver] version = "1.0.19" features = ["serde"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.xml-rs] version = "0.8.19" optional = true [features] default = ["xml-rs"] wasm = []