# 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 = "2021" name = "snowbridge-rococo-common" version = "0.1.0" authors = ["Snowfork "] description = "Snowbridge Rococo Common" license = "Apache-2.0" [dependencies.frame-support] version = "28.0.0" default-features = false [dependencies.log] version = "0.4.20" default-features = false [dependencies.xcm] version = "7.0.0" default-features = false package = "staging-xcm" [dev-dependencies] [features] default = ["std"] runtime-benchmarks = ["frame-support/runtime-benchmarks"] std = [ "frame-support/std", "log/std", "xcm/std", ]