# 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 = "folketinget-api-models" version = "0.2.0" authors = ["Mathias Pius "] description = "Autogenerated Rust structures based on the Danish Parliament's OData metadatafile" keywords = ["odata", "code-generation", "opendata", "folketinget"] license = "MIT" repository = "https://github.com/Datavirke/folketinget-api-models" [dependencies.chrono] version = "0.4.19" [dependencies.serde] version = "1.0.126" features = ["derive"] optional = true [features] default = ["enable-serde", "reflection"] enable-serde = ["chrono/serde", "serde"] reflection = []