ckb-migrate 1.1.0

CKB migrate
Documentation
# 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 = "2024"
rust-version = "1.92.0"
name = "ckb-migrate"
version = "1.1.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CKB migrate"
homepage = "https://github.com/nervosnetwork/ckb"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb"

[features]
march-native = [
    "ckb-db/march-native",
    "ckb-db-migration/march-native",
]
portable = [
    "ckb-db/portable",
    "ckb-db-migration/portable",
]

[lib]
name = "ckb_migrate"
path = "src/lib.rs"

[dependencies.ckb-app-config]
version = "1"

[dependencies.ckb-chain-spec]
version = "1"

[dependencies.ckb-db]
version = "1"

[dependencies.ckb-db-migration]
version = "1"

[dependencies.ckb-db-schema]
version = "1"

[dependencies.ckb-error]
version = "1"

[dependencies.ckb-hash]
version = "1"
default-features = false

[dependencies.ckb-migration-template]
version = "1"

[dependencies.ckb-store]
version = "1"

[dependencies.ckb-types]
version = "1"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.tempfile]
version = "3"

[dev-dependencies.ckb-systemtime]
version = "1"
features = ["enable_faketime"]