# 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 = "uckb-spec" version = "0.1.1" authors = ["Boyu Yang "] include = ["src/**/*", "LICENSE-*", "README.md", "build.rs"] description = "[Unofficial] CKB chain specification." homepage = "https://github.com/unofficial-ckb/uckb-spec" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/unofficial-ckb/uckb-spec" [dependencies.ckb-types] version = "0.38.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.property] version = "0.3.3" [dependencies.serde] version = "1.0.117" [dependencies.serde_derive] version = "1.0.117" [dependencies.tentacle] version = "0.3.3" features = ["molc"] [dependencies.thiserror] version = "1.0.22" [dependencies.toml] version = "0.5.7" [build-dependencies.ckb-chain-spec] version = "0.38.0" [build-dependencies.ckb-resource] version = "0.38.0" [build-dependencies.ckb-types] version = "0.38.0" [build-dependencies.serde] version = "1.0.117" [build-dependencies.serde_derive] version = "1.0.117" [build-dependencies.toml] version = "0.5.7" [badges.travis-ci] repository = "unofficial-ckb/uckb-spec"