# 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 = "asn1rs-model" version = "0.3.0" authors = ["Michael Watzko "] description = "Rust, Protobuf and SQL model definitions for asn1rs" readme = "README.md" keywords = [ "asn1", "protobuf", "sql", "model", ] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/kellerkindt/asn1rs" [dependencies.backtrace] version = "0.3.9" [dependencies.codegen] version = "0.1.3" [dependencies.proc-macro2] version = "1.0.10" [dependencies.quote] version = "1.0.3" [dependencies.strum] version = "0.19.2" [dependencies.strum_macros] version = "0.19.2" [dependencies.syn] version = "1.0.109" features = [ "full", "extra-traits", ] [features] async-psql = [] debug-proc-macro = [] default = [] generate-internal-docs = [] protobuf = [] psql = []