# 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 = "oss_derive" version = "0.10.1" description = "aliyun-oss-client 's macro" documentation = "https://docs.rs/aliyun-oss-client" readme = "README.md" license = "MIT" repository = "https://github.com/tu6ge/oss-rs" [lib] proc-macro = true [[test]] name = "run" path = "tests/run.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = [ "full", "visit", "visit-mut", ] [dev-dependencies.async-trait] version = "^0.1" [dev-dependencies.trybuild] version = "1.0" features = ["diff"] [features] blocking = [] default = []