chore: Remove unused crates (#2577)

This commit is contained in:
Jean Marchand (Exotic Markets) 2023-07-22 12:43:56 +02:00 committed by GitHub
parent 2bb3237da6
commit c548c85dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 28 deletions

14
Cargo.lock generated
View File

@ -112,10 +112,8 @@ name = "anchor-attribute-access-control"
version = "0.28.0"
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.60",
"quote 1.0.28",
"regex",
"syn 1.0.109",
]
@ -124,11 +122,9 @@ name = "anchor-attribute-account"
version = "0.28.0"
dependencies = [
"anchor-syn",
"anyhow",
"bs58 0.5.0",
"proc-macro2 1.0.60",
"quote 1.0.28",
"rustversion",
"syn 1.0.109",
]
@ -137,7 +133,6 @@ name = "anchor-attribute-constant"
version = "0.28.0"
dependencies = [
"anchor-syn",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
@ -147,7 +142,6 @@ name = "anchor-attribute-error"
version = "0.28.0"
dependencies = [
"anchor-syn",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
@ -157,7 +151,6 @@ name = "anchor-attribute-event"
version = "0.28.0"
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
@ -168,8 +161,6 @@ name = "anchor-attribute-program"
version = "0.28.0"
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
@ -206,7 +197,6 @@ dependencies = [
"solang-parser",
"syn 1.0.109",
"tar",
"tokio",
"toml 0.7.6",
"walkdir",
]
@ -233,8 +223,6 @@ name = "anchor-derive-accounts"
version = "0.28.0"
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
@ -661,9 +649,7 @@ dependencies = [
"reqwest",
"semver",
"serde",
"serde_json",
"tempfile",
"thiserror",
]
[[package]]

View File

@ -21,6 +21,4 @@ once_cell = { version = "1.8.0" }
reqwest = { version = "0.11.9", default-features = false, features = ["blocking", "json", "rustls-tls"] }
semver = "1.0.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.78"
tempfile = "3.3.0"
thiserror = "1.0.30"

View File

@ -45,6 +45,5 @@ solana-sdk = ">=1.14, <1.17"
solang-parser = "=0.3.1"
syn = { version = "1.0.60", features = ["full", "extra-traits"] }
tar = "0.4.35"
tokio = "~1.14.1"
toml = "0.7.6"
walkdir = "2.3.2"

View File

@ -16,8 +16,6 @@ anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
regex = "1"
syn = { version = "1", features = ["full"] }

View File

@ -17,9 +17,7 @@ anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0", features = ["hash"] }
anyhow = "1"
bs58 = "0.5"
proc-macro2 = "1"
quote = "1"
rustversion = "1"
syn = { version = "1", features = ["full"] }

View File

@ -17,6 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

View File

@ -17,6 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

View File

@ -18,7 +18,6 @@ event-cpi = ["anchor-syn/event-cpi"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0", features = ["hash"] }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

View File

@ -17,7 +17,5 @@ anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anchor-syn = { path = "../../syn", version = "0.28.0" }
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }

View File

@ -19,8 +19,6 @@ idl-build = ["anchor-syn/idl-build"]
anchor-debug = ["anchor-syn/anchor-debug"]
[dependencies]
anyhow = "1"
proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = ["full"] }
anchor-syn = { path = "../../syn", version = "0.28.0" }