# 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 = "2018" name = "clia-ntex-identity" version = "0.3.0" authors = ["ntex contributors "] description = "Identity service for ntex web framework." homepage = "https://ntex.rs" documentation = "https://docs.rs/clia-ntex-identity/" readme = "README.md" keywords = [ "http", "web", "async", ] license = "MIT" repository = "https://github.com/clia/ntex-extras.git" [lib] name = "clia_ntex_identity" path = "src/lib.rs" [dependencies.cookie] version = "0.17" features = ["private"] [dependencies.derive_more] version = "0.99" [dependencies.futures] version = "0.3" [dependencies.ntex] version = "0.7.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.time] version = "0.3" features = ["std"] default-features = false [dev-dependencies.ntex] version = "0.7.0" features = ["tokio"] [features] cookie-policy = [ "cookie/secure", "ntex/cookie", ] default = ["cookie-policy"]