# 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 = "framehop-object" version = "0.2.0" authors = ["Alex Franchuk "] description = "A framehop::ModuleSectionInfo implementation for the object crate" documentation = "https://docs.rs/framehop-object/" readme = "README.md" keywords = [ "framehop", "object", ] license = "MIT/Apache-2.0" repository = "https://github.com/afranchuk/framehop-object/" [dependencies.framehop] version = ">=0.9" [dependencies.object] version = ">=0.35" features = ["read_core"] default-features = false [dev-dependencies.object] version = "0.35"