[workspace] members = [".", "cli", "codegen", "macro"] [package] name = "subxt" version = "0.15.0" authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0" readme = "README.md" repository = "https://github.com/paritytech/subxt" documentation = "https://docs.rs/subxt" homepage = "https://www.parity.io/" description = "Submit extrinsics (transactions) to a substrate node via RPC" keywords = ["parity", "substrate", "blockchain"] include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE"] [dependencies] subxt-macro = { version = "0.1.0", path = "macro" }