# 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 = "leim" version = "0.2.0" authors = ["21 Analytics "] description = "A library to handle Legal Entity Identifiers (LEIs)" homepage = "https://21analytics.ch" documentation = "https://docs.rs/leim/" readme = "README.md" keywords = [ "lei", "iso-17442", ] categories = ["finance"] license = "MIT" repository = "https://gitlab.com/21analytics/lei" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-graphql] version = "5" features = ["chrono"] optional = true default-features = false [dependencies.diesel] version = "2.1" optional = true default-features = false [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.serde_test] version = "1.0.163"