# 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 = "of_dn_parser" version = "0.3.1" authors = ["cloudwalk.io"] description = "Parser (and formatter) for OpenFinance Brasil standard distinguished names" readme = "README.md" keywords = [ "parser", "formatter", "openfinance", "certificate", ] categories = [ "authentication", "encoding", "finance", ] license = "MIT" repository = "https://github.com/cloudwalk/of_dn_parser" [dependencies.derive_more] version = "0.99.17" features = [ "display", "error", "from", ] default-features = false [dependencies.hex] version = "0.4.3" features = ["std"] default-features = false [dev-dependencies.assert_matches] version = "1.5.0" default-features = false [dev-dependencies.pretty_assertions] version = "1.4.0" features = ["std"] default-features = false