# 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 = "mythic" version = "0.1.0" authors = ["Primitive Bits, Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mythic is a native blockchain navigator." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/primitivefinance/mythic" [package.metadata.bundle] category = "public.app-category.utilities" copyright = "Copyright (c) 2024 Primitive Bits, Inc." icon = ["assets/logos/excalibur_logo_2.png"] identifier = "xyz.primitive.mythic" long_description = "Mythic is a native blockchain navigator." manufacturer = "Primitive Bits, Inc." minimum_system_version = "10.14" name = "Mythic" osx_url_schemes = ["xyz.primitive.mythic"] package_name = "mythic" package_version = "0.1.0" product_name = "Mythic" resources = ["assets/"] short_description = "Mythic is a native blockchain navigator." [[bin]] name = "mythic" path = "src/main.rs" [dependencies.RustQuant] version = "0.0.45" features = ["seedable"] [dependencies.anyhow] version = "=1.0.80" [dependencies.async-trait] version = "=0.1.77" [dependencies.chrono] version = "0.4.34" features = ["serde"] [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.directories-next] version = "=2.0.0" [dependencies.dotenv] version = "=0.15.0" [dependencies.ethers] version = "=2.0.13" features = [ "ws", "openssl", "rustls", ] [dependencies.iced] version = "=0.10.0" features = [ "system", "tokio", "lazy", "image", "palette", "advanced", "canvas", "svg", ] [dependencies.iced_aw] version = "=0.7.0" features = [ "menu", "icon_text", "icons", "spinner", "floating_element", ] default-features = false [dependencies.mythic_charts] version = "0.1.0" [dependencies.plotters] version = "=0.3.5" [dependencies.plotters-backend] version = "=0.3.5" [dependencies.plotters-iced] version = "=0.9.0" [dependencies.reikna] version = "=0.12.3" [dependencies.reqwest] version = "0.11.24" [dependencies.revm] version = "5.0.0" features = [ "ethersdb", "std", "serde", ] [dependencies.serde] version = "=1.0.203" [dependencies.serde_json] version = "=1.0.114" [dependencies.statrs] version = "=0.16.0" [dependencies.tokio] version = "=1.36.0" features = [ "macros", "full", ] [dependencies.tracing] version = "=0.1.40" [dependencies.tracing-subscriber] version = "=0.3.18" features = ["env-filter"] [dependencies.url] version = "=2.5.0" [dependencies.uuid] version = "1.7.0" features = [ "v4", "serde", ]