# 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 = "prost-enum" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enhance Enums of prost generated files to support serde and sea-orm." readme = "README.md" license = "MIT" repository = "https://github.com/zhengcan/prost-enum" [lib] name = "prost_enum" path = "src/lib.rs" proc-macro = true [[test]] name = "test" path = "tests/test.rs" [dependencies.proc-macro-error] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.sea-orm] version = "1.1" features = ["macros"] optional = true [dependencies.syn] version = "2.0" [dev-dependencies.prost] version = "0.13" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [features] default = [] sea-orm = ["dep:sea-orm"]