# 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 = "psd2" version = "0.0.1-alpha.2" include = ["Cargo.toml", "LICENSE", "src/**/*"] description = "European Payment Service Directive Utilites" homepage = "https://github.com/syllabix/psd2" readme = "README.md" keywords = ["openbanking", "psd2", "mtls"] license = "MIT" repository = "https://github.com/syllabix/psd2" resolver = "2" [lib] crate-type = ["lib", "staticlib"] [dependencies.biscuit] version = "0.5.0" [dependencies.futures-util] version = "0.3.18" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.hyper-rustls] version = "0.23.0" [dependencies.rustls] version = "0.20.2" features = ["dangerous_configuration"] [dependencies.rustls-pemfile] version = "0.2.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.2.2" [dependencies.webpki-roots] version = "0.22.1"