# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rgb23" version = "0.3.0-beta.3" authors = ["Dr Maxim Orlovsky "] exclude = [".github", "contrib"] description = "RGB-23 Library: verifiable audit logs for bitcoin & lightning" homepage = "https://rgb.network" readme = "README.md" keywords = ["bitcoin", "lightning", "rgb", "smart-contracts", "audit-log"] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/rgb-org/rgb-core" [lib] name = "rgb23" crate-type = ["rlib", "staticlib"] path = "src/lib.rs" [dependencies.amplify] version = "3" [dependencies.amplify_derive] version = "2.4.3" [dependencies.bitcoin] version = "0.26" [dependencies.chrono] version = "0.4" [dependencies.lnpbp] version = "0.3" [dependencies.rgb-core] version = "0.3.0-beta.3" [dependencies.serde_crate] version = "~1.0.106" features = ["derive"] optional = true package = "serde" [dependencies.serde_with] version = "~1.5.1" features = ["hex"] optional = true