1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-14 05:06:39 +00:00
moros/Cargo.toml
dependabot[bot] a589c3a9c1
Bump bootloader from 0.9.28 to 0.9.29
Bumps [bootloader](https://github.com/rust-osdev/bootloader) from 0.9.28 to 0.9.29.
- [Release notes](https://github.com/rust-osdev/bootloader/releases)
- [Changelog](https://github.com/rust-osdev/bootloader/blob/v0.9.29/Changelog.md)
- [Commits](https://github.com/rust-osdev/bootloader/compare/v0.9.28...v0.9.29)

---
updated-dependencies:
- dependency-name: bootloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 04:45:52 +00:00

53 lines
1.8 KiB
TOML

[package]
name = "moros"
description = "MOROS: Obscure Rust Operating System"
version = "0.10.3"
authors = ["Vincent Ollivier <v@vinc.cc>"]
edition = "2018"
license = "MIT"
repository = "https://github.com/vinc/moros"
readme = "README.md"
default-run = "moros"
[features]
default = ["video"]
video = []
serial = []
userspace = []
[dependencies]
acpi = "5.0.0"
aml = "0.16.4"
base64 = { version = "0.13.1", default-features = false }
bit_field = "0.10.2"
bootloader = { version = "0.9.29", features = ["map_physical_memory"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
libm = "0.2.8"
linked_list_allocator = "0.10.5"
littlewing = { version = "0.7.0", default-features = false }
nom = { version = "7.1.3", default-features = false, features = ["alloc"] }
num-bigint = { version = "0.4.4", default-features = false }
num-traits = { version = "0.2.18", default-features = false }
object = { version = "0.35.0", default-features = false, features = ["read"] }
pbkdf2 = { version = "0.12.2", default-features = false, features = ["hmac"] }
pc-keyboard = "0.6.1"
pic8259 = "0.11.0"
rand = { version = "0.8.5", default-features = false }
rand_hc = "0.3.1"
raw-cpuid = "11.0.1"
sha2 = { version = "0.10.8", default-features = false, features = ["force-soft"] }
smoltcp = { version = "0.11.0", default-features = false, features = ["alloc", "medium-ethernet", "socket-tcp", "socket-udp", "socket-dhcpv4", "proto-ipv4", "proto-dhcpv4"] }
spin = "0.9.8"
time = { version = "0.2.27", default-features = false }
uart_16550 = "0.3.0"
vte = "0.13.0"
x86_64 = "0.15.1"
[package.metadata.bootloader]
physical-memory-offset = "0xFFFF800000000000"
kernel-stack-address = "0xFFFFFF8000000000"
boot-info-address = "0xFFFFFFFF80000000"
[package.metadata.bootimage]
test-success-exit-code = 33 # (0x10 << 1) | 1